aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/config.org
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-01-05 22:51:09 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-01-05 22:51:09 +0000
commit80cf04fc028f131e3b3866dd4acebace89898f6a (patch)
tree9c153043fb6c1c42832cedd292cb5717ad26ada7 /doom.d/modules/config.org
parentacad41f28ac7b26a5aad697595d0536f911a7b7b (diff)
downloaddotfiles-80cf04fc028f131e3b3866dd4acebace89898f6a.tar.gz
dotfiles-80cf04fc028f131e3b3866dd4acebace89898f6a.tar.bz2
dotfiles-80cf04fc028f131e3b3866dd4acebace89898f6a.zip
+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.
Diffstat (limited to 'doom.d/modules/config.org')
-rw-r--r--doom.d/modules/config.org5
1 files changed, 5 insertions, 0 deletions
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)