diff options
Diffstat (limited to 'configs/shared/.emacs.d/wpc/keyboard.el')
-rw-r--r-- | configs/shared/.emacs.d/wpc/keyboard.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/wpc/keyboard.el b/configs/shared/.emacs.d/wpc/keyboard.el index 176ac074dcd0..1323f2835675 100644 --- a/configs/shared/.emacs.d/wpc/keyboard.el +++ b/configs/shared/.emacs.d/wpc/keyboard.el @@ -65,6 +65,8 @@ (defun keyboard/swap-caps-lock-and-escape () "Swaps the caps lock and escape keys using xmodmap." (interactive) + ;; TODO: Ensure these work once the tokenizing in prelude/start-process works + ;; as expected. (prelude/start-process :name "keyboard/swap-caps-lock-and-escape" :command "xmodmap -e 'remove Lock = Caps_Lock'") |