chore(emacs.d): Use local term-switcher package

This commit is contained in:
Vincent Ambo 2019-12-15 22:54:40 +00:00
parent f34c82f765
commit 458163910b
3 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@
(exwm-input-set-key (kbd "s-p") #'ivy-password-store)
;; Add X11 terminal selector to a key
(exwm-input-set-key (kbd "C-x t") #'counsel-switch-to-terminal)
(exwm-input-set-key (kbd "C-x t") #'ts/switch-to-terminal)
;; Toggle between line-mode / char-mode
(exwm-input-set-key (kbd "C-c C-t C-t") #'exwm-input-toggle-keyboard)