From 08bdb9d3a2f96319055099f42fed96d3bb3271a7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 6 Oct 2021 11:15:16 -0500 Subject: Fix eshell... IĀ think Eshell'sĀ loading order is so confusing --- init.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 4ad55a9..a1536c5 100644 --- a/init.el +++ b/init.el @@ -446,12 +446,10 @@ (:local-set outline-regexp eshell-prompt-regexp page-delimiter eshell-prompt-regexp) - (:bind "C-d" #'eshell-quit-or-delete-char) - (:hook #'eshell-arg-hist-mode (defun eshell-mode@setup () - (unless (bound-and-true-p eshell-customizations-loaded) - (load (expand-file-name "eshell" user-emacs-directory)))))) + (require 'eshellrc (locate-user-emacs-file "eshell") :noerror) + (:bind "C-d" #'eshell-quit-or-delete-char)))) (setup eww (:also-load acdw-eww) -- cgit 1.4.1-21-gabe81