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

@ -56,6 +56,7 @@
(use-package s)
(use-package string-edit)
(use-package telephone-line) ;; configuration happens outside of use-package
(use-package term-switcher)
(use-package undo-tree :config (global-undo-tree-mode))
(use-package uuidgen)
(use-package which-key :config (which-key-mode t))
@ -151,7 +152,6 @@
settings
modes
bindings
term-setup
eshell-setup))
(telephone-line-setup)
(ace-window-display-mode)