about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-08-15 15:58:17 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-08-15 15:58:17 +0100
commit258eb955c7e91fb364448f6ca452020f6cb67556 (patch)
treeeb372c7599c5c5c2071738901792ea1f3b044dbc /.emacs.d/lisp
parent010f149c8e55086ddf47600dd7e76fb6c217b0e3 (diff)
downloaddotfiles-258eb955c7e91fb364448f6ca452020f6cb67556.tar.gz
Install multi-vterm with home-manager
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-shell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-shell.el b/.emacs.d/lisp/init-shell.el
index 81bdc4b..4a03b27 100644
--- a/.emacs.d/lisp/init-shell.el
+++ b/.emacs.d/lisp/init-shell.el
@@ -30,7 +30,8 @@
   (delq 'eshell-handle-ansi-color eshell-output-filter-functions)
   (setenv "TERM" "xterm-256color"))
 
-(use-package multi-vterm
+;; Installed with home-manager
+(use-feature multi-vterm
   :bind (("C-c t" . multi-vterm-next)
          ("C-x p t" . multi-vterm-project)
          ("C-c C-M-t" . multi-vterm)