From 80cf04fc028f131e3b3866dd4acebace89898f6a Mon Sep 17 00:00:00 2001 From: AChavali Date: Sun, 5 Jan 2020 22:51:09 +0000 Subject: +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. --- doom.d/modules/config.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doom.d/modules/config.org') diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index a222067..afe952c 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -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) -- cgit v1.2.3-13-gbd6f