summary refs log tree commit diff stats
path: root/.doom.d/init.el
diff options
context:
space:
mode:
authorBenjamin Morrison <ben@gbmor.org>2022-01-23 22:54:30 -0500
committerBenjamin Morrison <ben@gbmor.org>2022-01-23 22:54:30 -0500
commita108b2ea07f0ecb716b8a89ac25032749c21a92d (patch)
treedf4875808b592730e5e9b6b6371260d97f19c5f8 /.doom.d/init.el
parent446fac55e5b03c8f31f23178dd511f1476b38646 (diff)
downloaddogfiles-a108b2ea07f0ecb716b8a89ac25032749c21a92d.tar.gz
eshell enabled in emacs
Diffstat (limited to '.doom.d/init.el')
-rw-r--r--.doom.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el
index 6eeacc7..5191df5 100644
--- a/.doom.d/init.el
+++ b/.doom.d/init.el
@@ -74,7 +74,7 @@
        vc                  ; version-control and Emacs, sitting in a tree
 
        :term
-       ;;eshell            ; the elisp shell that works everywhere
+       eshell              ; the elisp shell that works everywhere
        ;;shell             ; simple shell REPL for Emacs
        ;;term              ; basic terminal emulator for Emacs
        ;;vterm             ; the best terminal emulation in Emacs