emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 61d97532fa: exwm-mode: Disable command, abbrev and


From: ELPA Syncer
Subject: [elpa] externals/exwm 61d97532fa: exwm-mode: Disable command, abbrev and syntax table
Date: Sat, 16 Mar 2024 09:58:39 -0400 (EDT)

branch: externals/exwm
commit 61d97532fad2ff860d0f66bcc74223fc9d640fe7
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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 e0d644d941..cde595680f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]