From 46e7ccc8df0b5bcbfb44196f2fb1279adbec22d8 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sun, 22 Sep 2024 16:30:24 -0800 Subject: [PATCH] play with eshell banner message --- init.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 3fb90fb..4302441 100644 --- a/init.el +++ b/init.el @@ -268,8 +268,9 @@ For instance: (eshell-hist-ignoredups t) (eshell-history-file-name (expand-file-name "zsh/histfile" "~/.local/share/")) (eshell-history-size nil) - (eshell-banner-message "") (eshell-expand-input-functions '(eshell-expand-history-references)) + :init + (setq eshell-banner-message "") :config (add-to-list 'tramp-remote-path "/bedrock/bin" 'append) (add-to-list 'eshell-modules-list 'eshell-rebind) @@ -522,7 +523,10 @@ If the current window occupies the whole frame, split it." (setq-local outline-regexp eshell-prompt-regexp)) (add-hook 'eshell-mode-hook #'mir/esh-outline-setup)) (use-package exec-path-from-shell - :hook (eshell-mode . exec-path-from-shell-initialize)) + :defer 3 + :config (exec-path-from-shell-initialize) + ;; :hook (eshell-mode . exec-path-from-shell-initialize) + ) (use-package eat :ensure (eat :type git