diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-23 22:54:30 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-23 22:54:30 -0500 |
commit | a108b2ea07f0ecb716b8a89ac25032749c21a92d (patch) | |
tree | df4875808b592730e5e9b6b6371260d97f19c5f8 /.doom.d | |
parent | 446fac55e5b03c8f31f23178dd511f1476b38646 (diff) | |
download | dogfiles-a108b2ea07f0ecb716b8a89ac25032749c21a92d.tar.gz |
eshell enabled in emacs
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/init.el | 2 |
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 |