diff options
author | William Carroll <wpcarro@gmail.com> | 2018-07-16T22·33-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | 6e1f91e10fab7a383d0b86cc0968ae1fe1fc1fc4 (patch) | |
tree | 3189c1cecf9365c1d65f59d76ed8ff2b623e6c38 /emacs.d/wpc/packages/wpc-misc.el | |
parent | b4ab3b2ef828ea3ad1bfedb51604a85b47b7c63d (diff) |
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...
Diffstat (limited to 'emacs.d/wpc/packages/wpc-misc.el')
-rw-r--r-- | emacs.d/wpc/packages/wpc-misc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/wpc/packages/wpc-misc.el b/emacs.d/wpc/packages/wpc-misc.el index 085b36ce86ed..4edcdcda01c1 100644 --- a/emacs.d/wpc/packages/wpc-misc.el +++ b/emacs.d/wpc/packages/wpc-misc.el @@ -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")) |