tools/eshell: no hl-line in insert mode
This commit is contained in:
parent
85645b386c
commit
82141f866a
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@ redefines its keys every time `eshell-mode' is enabled."
|
||||||
[remap +workspace/close-window-or-workspace] #'eshell-life-is-too-much))
|
[remap +workspace/close-window-or-workspace] #'eshell-life-is-too-much))
|
||||||
(add-hook 'eshell-mode-hook #'+eshell|init-keymap)
|
(add-hook 'eshell-mode-hook #'+eshell|init-keymap)
|
||||||
|
|
||||||
(add-hook! eshell-mode
|
|
||||||
(add-hook 'evil-insert-state-exit-hook #'hl-line-mode nil t)
|
|
||||||
(add-hook 'evil-insert-state-entry-hook (lambda () (hl-line-mode -1)) nil t))
|
|
||||||
|
|
||||||
;; Aliases
|
;; Aliases
|
||||||
(setq eshell-command-aliases-list
|
(setq eshell-command-aliases-list
|
||||||
'(("q" "exit")
|
'(("q" "exit")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue