diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2015-09-21T05·31+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2015-09-21T05·31+0800 |
commit | 623db8b378949b0dd863bd8ee069417973b69bad (patch) | |
tree | 3e5820ae9c1559b85bc6dec7b6546e13ec8cd9aa /exwm-workspace.el | |
parent | 9f30672b15abd84e5755ed36f505830e80739b13 (diff) |
Minor fixes for packaging
* .gitignore: Add ELPA files. * exwm-workspace.el: Autoload exwm-workspace-switch. * README.org: Renamed from README.md; add an installation note.
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r-- | exwm-workspace.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index 6f76d2061ad6..03972b407849 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -101,6 +101,7 @@ (defvar exwm-workspace-show-all-buffers nil "Non-nil to show buffers on other workspaces.") +;;;###autoload (defun exwm-workspace-switch (index &optional force) "Switch to workspace INDEX. Query for INDEX if it's not specified. |