From 12cb8a78d7bbf29c2acb4cc77f987cf7ec2eb515 Mon Sep 17 00:00:00 2001 From: Mateus Rodrigues Date: Sun, 12 Jul 2026 14:28:01 +0100 Subject: [PATCH] remove loading of eshell-setup from init.el --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index edae76a..ba04f37 100644 --- a/init.el +++ b/init.el @@ -25,7 +25,6 @@ (load "~/.emacs.d/elisp/settings.el") -(load "~/.emacs.d/elisp/eshell-setup.el") (load "~/.emacs.d/elisp/extras.el") (load "~/.emacs.d/elisp/custom.el")