make normal the initial state for eshell-mode
This commit is contained in:
@@ -1852,6 +1852,8 @@ them.
|
|||||||
:hook
|
:hook
|
||||||
(eshell-mode-hook . completion-preview-mode)
|
(eshell-mode-hook . completion-preview-mode)
|
||||||
:init
|
:init
|
||||||
|
(evil-set-initial-state 'eshell-mode 'normal)
|
||||||
|
|
||||||
(defun +eshell/banner-message ()
|
(defun +eshell/banner-message ()
|
||||||
(concat (shell-command-to-string "fortune") "\n"))
|
(concat (shell-command-to-string "fortune") "\n"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user