about summary refs log tree commit diff
path: root/tools/emacs/config/desktop.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-15T22·54+0000
committerVincent Ambo <tazjin@google.com>2019-12-15T22·55+0000
commit458163910b4ab08c885e076e5f3b9ecf1b3521af (patch)
tree8f9573801796c6524ad253bed9a19401b6b336e7 /tools/emacs/config/desktop.el
parentf34c82f7654ad2c751524095b389c39343ab828b (diff)
chore(emacs.d): Use local term-switcher package
Diffstat (limited to 'tools/emacs/config/desktop.el')
-rw-r--r--tools/emacs/config/desktop.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el
index dcc3538337..a19b3f6745 100644
--- a/tools/emacs/config/desktop.el
+++ b/tools/emacs/config/desktop.el
@@ -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)