summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2025-12-15 23:26:50 +0800
committerbh <qn+git@excalibur.computer>2025-12-15 23:26:50 +0800
commitd2c743ab21050edd18ecd58fbf1bb32d5466fedc (patch)
tree845617f8e2b55db4709279d733cfa3393bc7f907 /init.el
parentd6e71a86756a7d3c9b2ea52228ec1db112d50b69 (diff)
Added Eshell configuration
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el
index 4a593a7..35102da 100644
--- a/init.el
+++ b/init.el
@@ -345,6 +345,12 @@
(load (expand-file-name "config/treemacs.el" user-emacs-directory))
;; =====================================
+;; 🐚 Eshell
+;; =====================================
+
+(load (expand-file-name "config/eshell.el" user-emacs-directory))
+
+;; =====================================
;; 🪄 Magit
;; =====================================