From a77f4c9b34985b223a112d3d2b2edf065c869637 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Mon, 25 Mar 2024 18:21:25 +0100 Subject: [PATCH] Add eshell to doom emacs conf --- ext/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/doom/init.el b/ext/doom/init.el index 18397d6..e6e098d 100644 --- a/ext/doom/init.el +++ b/ext/doom/init.el @@ -78,7 +78,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