Add interactive commands for starting and stopping EXWM

* exwm.el (exwm-reset): Remove autoload cookie.
(exwm-init, exwm-exit): Add autoload cookie and interactive
declaration.
This commit is contained in:
Adrián Medraño Calvo 2018-03-06 00:00:00 +00:00
parent ce8af83ffb
commit 587a8cad1d
2 changed files with 7 additions and 4 deletions

View file

@ -1576,7 +1576,7 @@ applied to all subsequently created X frames."
;; (client . nil)
(fullscreen . nil)
(buffer-predicate . nil))))
;; Restore the 'client' frame parameter (before `exwm--exit').
;; Restore the 'client' frame parameter (before `exwm-exit').
(when exwm-workspace--client
(dolist (f exwm-workspace--list)
(set-frame-parameter f 'client exwm-workspace--client))