From 8e0826a81f2f554cb67a0d3a53fbf1e2b8a50a4d Mon Sep 17 00:00:00 2001 From: SouthFox Date: Wed, 29 Nov 2023 21:58:37 +0800 Subject: [PATCH] add eshell --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 4d59697..19de4ad 100755 --- a/init.el +++ b/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