add vterm

This commit is contained in:
2022-01-06 23:47:26 +01:00
parent 73e8aa6fb7
commit f852fcb854
20 changed files with 5917 additions and 2 deletions

View File

@@ -19,5 +19,9 @@
:init
(setq eshell-directory-name (concat user-cache-directory "eshell/")))
(use-package vterm
:load-path (lambda () (list (concat config-dir "lisp/vterm")))
:commands (vterm))
(provide 'shell-settings)
;;; shell-settings.el ends here