diff options
author | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2018-03-06T00·00+0000 |
---|---|---|
committer | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2018-03-06T00·00+0000 |
commit | 587a8cad1db06f2735054ad2dff0d6346093a7be (patch) | |
tree | 765f416826f39051367386a7142eaff22ce0fb8b /exwm-workspace.el | |
parent | ce8af83ffb1ff56f31956b9343a035e2137bc08b (diff) |
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.
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r-- | exwm-workspace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index a852eb8b7db3..0a1984bdf8f5 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -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)) |