Add vterm

This commit is contained in:
Andreas Zweili 2022-08-31 19:07:38 +02:00
parent e289c5a98f
commit e39be9a23b
3 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,7 @@
epkgs.treemacs-evil
epkgs.use-package
epkgs.use-package-ensure-system-package
epkgs.vterm
epkgs.web-completion-data
epkgs.web-mode
epkgs.wgrep

View File

@ -119,4 +119,5 @@
(load-file (config-path "manuals.el"))
(load-file (config-path "mu4e.el"))
(load-file (config-path "treemacs.el"))
(load-file (config-path "vterm.el"))
(load-file (config-path "yasnippet.el"))

View File

@ -0,0 +1,2 @@
(use-package vterm
:ensure t)