From 9d69e39a2da4b1e18ef22ae20b129c00aeabd209 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 20 May 2020 22:06:16 -0700 Subject: [PATCH] Doom: Add treemacs and eshell --- doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doom/init.el b/doom/init.el index 1221be9..0a564c0 100644 --- a/doom/init.el +++ b/doom/init.el @@ -40,7 +40,7 @@ (popup +defaults) ; tame sudden yet inevitable temporary windows ;;pretty-code ; replace bits of code with pretty symbols ;;tabs ; an tab bar for Emacs - ;;treemacs ; a project drawer, like neotree but cooler + treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB @@ -69,7 +69,7 @@ vc ; version-control and Emacs, sitting in a tree :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