diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-31 15:39:49 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-31 15:39:49 +0100 |
commit | dea9c7b859a60cf4f7458a9cbd498cff4c90c7cb (patch) | |
tree | b199c393bd0452f10824a381ded90662a2d4376e /Doom/.doom.d/init.el | |
parent | b1664b68628364993fe390d0f5df168caf9bbc44 (diff) | |
download | dotfiles-dea9c7b859a60cf4f7458a9cbd498cff4c90c7cb.tar.gz dotfiles-dea9c7b859a60cf4f7458a9cbd498cff4c90c7cb.tar.bz2 dotfiles-dea9c7b859a60cf4f7458a9cbd498cff4c90c7cb.zip |
+enable eshell
Diffstat (limited to 'Doom/.doom.d/init.el')
-rw-r--r-- | Doom/.doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index da4baac..ea4c402 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -74,7 +74,7 @@ (ibuffer +icons) :term - ;;eshell ; a consistent, cross-platform shell (WIP) + eshell ; a consistent, cross-platform shell (WIP) ;;shell ; a terminal REPL for Emacs ;;term ; terminals in Emacs vterm ; another terminals in Emacs |