diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-08 13:15:11 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-08 13:15:11 +0000 |
commit | c347c9cc270e4c44ef999a659764b5b23594c212 (patch) | |
tree | 0025e856a7d78213328243fde8403b025f3a2348 /doom.d/modules/config.org | |
parent | 951b9b5a679a122ecdd09a519c3b6c48257f2b77 (diff) | |
download | dotfiles-c347c9cc270e4c44ef999a659764b5b23594c212.tar.gz dotfiles-c347c9cc270e4c44ef999a659764b5b23594c212.tar.bz2 dotfiles-c347c9cc270e4c44ef999a659764b5b23594c212.zip |
-vterm config
No need to use Emacs as my shell. Just use Konsole and be happy. As a
result, no need to load vterm early.
Diffstat (limited to 'doom.d/modules/config.org')
-rw-r--r-- | doom.d/modules/config.org | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index c9247b9..3621167 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -99,11 +99,6 @@ a keybind to help with that. (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 My very own dashboard config using doom dashboard, with these features: - Custom load message |