mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
exwm-mode: Disable command, abbrev and syntax table
* exwm-core.el (exwm-mode): Disable :interactive, :syntax-table and :abbrev-table.
This commit is contained in:
parent
99442909be
commit
61d97532fa
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ One of `line-mode' or `char-mode'.")
|
||||||
"Major mode for managing X windows.
|
"Major mode for managing X windows.
|
||||||
|
|
||||||
\\{exwm-mode-map}"
|
\\{exwm-mode-map}"
|
||||||
;;
|
:interactive nil :abbrev-table nil :syntax-table nil
|
||||||
(setq mode-name
|
(setq mode-name
|
||||||
'(:eval (propertize "EXWM" 'face
|
'(:eval (propertize "EXWM" 'face
|
||||||
(when (cl-some (lambda (i)
|
(when (cl-some (lambda (i)
|
||||||
|
|
Loading…
Reference in a new issue