aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-04 01:51:09 +0200
committerGravatar Tom Willemse2013-06-04 01:57:06 +0200
commite2807445bbf814b03a84258745e171aa134cd170 (patch)
tree3d9f8448a41d0ab1118320975b4b01d169122020 /README.org
downloaddesktop-registry-e2807445bbf814b03a84258745e171aa134cd170.tar.gz
desktop-registry-e2807445bbf814b03a84258745e171aa134cd170.zip
Initial commit1.0.0
Diffstat (limited to 'README.org')
-rw-r--r--README.org26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..8d31e3e
--- /dev/null
+++ b/README.org
@@ -0,0 +1,26 @@
+#+TITLE: Desktop registry
+#+STARTUP: showall
+
+After reading [[https://ericjmritz.wordpress.com/2013/05/28/emacs-desktops/][this post]] I started using =desktop.el= as a simple project
+file-like system. The only problem was that remembering which desktops
+were where and switching between them is bothersome. This module tries
+to fix that.
+
+* Installation
+
+ If you have [[http://marmalade-repo.org/][Marmalade]] set up you can just use:
+
+ : M-x package-install <RET> desktop-registry
+
+* Usage
+
+ You can use =desktop-registry-prepend-directory= to add a new
+ directory to the registry, or
+ =desktop-registry-prepend-current-desktop= to add the currently loaded
+ desktop to the registry. If you enable
+ =desktop-registry-auto-register= it will automatically add new desktop
+ files to the registry when you use =desktop-save=.
+
+ To switch between desktops you can use
+ =desktop-registry-change-desktop=, this will prompt (with completion)
+ for the directory you would like to load.