+vterm package config to load it at first command

I use Emacs as my terminal emu now, which means vterm needs to be loaded
from the get go.
This commit is contained in:
AChavali
2020-01-05 22:51:09 +00:00
parent acad41f28a
commit 80cf04fc02

View File

@@ -108,6 +108,11 @@ other stuff as well, cos Henrik may remove the Wakatime module.
(add-hook 'elfeed-org-new-entry-hook 'oreodave/elfeed/on-new-feed))
#+END_SRC
** VTerm
#+BEGIN_SRC elisp
(use-package! vterm
:after-call (pre-command-hook))
#+END_SRC
** Dashboard
#+BEGIN_SRC elisp
(defun doom-display-benchmark-h (&optional return-p)