about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-03-16T13·36+0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-03-16T13·37+0100
commit61d97532fad2ff860d0f66bcc74223fc9d640fe7 (patch)
tree74c285cea6e59a6498eee615c28f28d9bee0cb72
parent99442909bee313c6513c1f292ccc53194a88cf47 (diff)
exwm-mode: Disable command, abbrev and syntax table
* exwm-core.el (exwm-mode): Disable :interactive, :syntax-table and
  :abbrev-table.
-rw-r--r--exwm-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-core.el b/exwm-core.el
index e0d644d941ed..cde595680fe5 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)