+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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user