Support KBD to jump to Slate config
Useful since the new configuration branches according to a boolean that encodes whether or not the Ergodox is connected. Since I'm frequently switching between programming at my desk to programming AFK, I need a faster way to update my Slate configuration. Ideally - some script would watch the USB port for whether or not the Ergo was connected. Until then...
This commit is contained in:
parent
b4ab3b2ef8
commit
6e1f91e10f
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
(set-register ?e '(file . "~/.emacs.d/wpc/packages"))
|
||||
(set-register ?u '(file . "~/urbint"))
|
||||
(set-register ?d '(file . "~/dotfiles"))
|
||||
(set-register ?s '(file . "~/dotfiles/configs/os_x/.slate.js"))
|
||||
(set-register ?D '(file . "~/Dropbox"))
|
||||
(set-register ?o '(file . "~/Dropbox/org/"))
|
||||
(set-register ?c '(file . "~/Dropbox/org/chains.org"))
|
||||
|
|
Loading…
Reference in a new issue