diff options
-rw-r--r-- | exwm.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm.el b/exwm.el index 8ea4a7636f86..87ce18642d06 100644 --- a/exwm.el +++ b/exwm.el @@ -872,6 +872,7 @@ manager. If t, replace it, if nil, abort and ask the user if `ask'." (xcb:disconnect exwm--connection)) (setq exwm--connection nil)) +;;;###autoload (defun exwm-enable (&optional undo) "Enable/Disable EXWM." (exwm--log "%s" undo) |