Add eshell-elecslash to eshell-modules-list
This commit is contained in:
parent
57e7eb132a
commit
d3406a8d1c
2
init.el
2
init.el
@ -1123,6 +1123,8 @@ argument."
|
|||||||
:hook ((eshell-load . eat-eshell-visual-command-mode)
|
:hook ((eshell-load . eat-eshell-visual-command-mode)
|
||||||
(eshell-load . eat-eshell-mode)
|
(eshell-load . eat-eshell-mode)
|
||||||
(eshell-mode . my/-eshell-mode-setup))
|
(eshell-mode . my/-eshell-mode-setup))
|
||||||
|
:config
|
||||||
|
(add-to-list 'eshell-modules-list 'eshell-elecslash)
|
||||||
:init
|
:init
|
||||||
(defun my/-eshell-mode-setup ()
|
(defun my/-eshell-mode-setup ()
|
||||||
"Setup function run from `eshell-mode-hook'"
|
"Setup function run from `eshell-mode-hook'"
|
||||||
|
Loading…
Reference in New Issue
Block a user