diff options
Diffstat (limited to 'exwm-core.el')
-rw-r--r-- | exwm-core.el | 2 |
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) |