mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
; Autoload `exwm-enable'
This commit is contained in:
parent
5fbf20ba16
commit
cb9607814f
1 changed files with 1 additions and 0 deletions
1
exwm.el
1
exwm.el
|
@ -872,6 +872,7 @@ manager. If t, replace it, if nil, abort and ask the user if `ask'."
|
||||||
(xcb:disconnect exwm--connection))
|
(xcb:disconnect exwm--connection))
|
||||||
(setq exwm--connection nil))
|
(setq exwm--connection nil))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun exwm-enable (&optional undo)
|
(defun exwm-enable (&optional undo)
|
||||||
"Enable/Disable EXWM."
|
"Enable/Disable EXWM."
|
||||||
(exwm--log "%s" undo)
|
(exwm--log "%s" undo)
|
||||||
|
|
Loading…
Reference in a new issue