From 61d97532fad2ff860d0f66bcc74223fc9d640fe7 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 16 Mar 2024 14:36:01 +0100 Subject: [PATCH] exwm-mode: Disable command, abbrev and syntax table * exwm-core.el (exwm-mode): Disable :interactive, :syntax-table and :abbrev-table. --- exwm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exwm-core.el b/exwm-core.el index e0d644d..cde5956 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -381,7 +381,7 @@ One of `line-mode' or `char-mode'.") "Major mode for managing X windows. \\{exwm-mode-map}" - ;; + :interactive nil :abbrev-table nil :syntax-table nil (setq mode-name '(:eval (propertize "EXWM" 'face (when (cl-some (lambda (i)