diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 32f62c5..a04677f 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1852,6 +1852,8 @@ them. :hook (eshell-mode-hook . completion-preview-mode) :init + (evil-set-initial-state 'eshell-mode 'normal) + (defun +eshell/banner-message () (concat (shell-command-to-string "fortune") "\n"))