diff options
author | Case Duckworth | 2021-10-06 11:15:16 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-06 11:15:46 -0500 |
commit | 08bdb9d3a2f96319055099f42fed96d3bb3271a7 (patch) | |
tree | ad6c1d7294f1f6df37676e5d275ed6b795ac2257 /init.el | |
parent | Replace ytel with ytdious (diff) | |
download | emacs-08bdb9d3a2f96319055099f42fed96d3bb3271a7.tar.gz emacs-08bdb9d3a2f96319055099f42fed96d3bb3271a7.zip |
Fix eshell... I think
Eshell's loading order is so confusing
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/init.el b/init.el index 4ad55a9..a1536c5 100644 --- a/init.el +++ b/init.el | |||
@@ -446,12 +446,10 @@ | |||
446 | (:local-set outline-regexp eshell-prompt-regexp | 446 | (:local-set outline-regexp eshell-prompt-regexp |
447 | page-delimiter eshell-prompt-regexp) | 447 | page-delimiter eshell-prompt-regexp) |
448 | 448 | ||
449 | (:bind "C-d" #'eshell-quit-or-delete-char) | ||
450 | |||
451 | (:hook #'eshell-arg-hist-mode | 449 | (:hook #'eshell-arg-hist-mode |
452 | (defun eshell-mode@setup () | 450 | (defun eshell-mode@setup () |
453 | (unless (bound-and-true-p eshell-customizations-loaded) | 451 | (require 'eshellrc (locate-user-emacs-file "eshell") :noerror) |
454 | (load (expand-file-name "eshell" user-emacs-directory)))))) | 452 | (:bind "C-d" #'eshell-quit-or-delete-char)))) |
455 | 453 | ||
456 | (setup eww | 454 | (setup eww |
457 | (:also-load acdw-eww) | 455 | (:also-load acdw-eww) |