about summary refs log tree commit diff
path: root/exwm-workspace.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2015-09-21T05·31+0800
committerChris Feng <chris.w.feng@gmail.com>2015-09-21T05·31+0800
commit623db8b378949b0dd863bd8ee069417973b69bad (patch)
tree3e5820ae9c1559b85bc6dec7b6546e13ec8cd9aa /exwm-workspace.el
parent9f30672b15abd84e5755ed36f505830e80739b13 (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.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el
index 6f76d2061a..03972b4078 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.