Enable goto address mode in Eshell
This commit is contained in:
parent
12215119dc
commit
a7841cb076
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
(add-hook 'eshell-load-hook #'oni-eshell-init-enable-truncating-buffers)
|
(add-hook 'eshell-load-hook #'oni-eshell-init-enable-truncating-buffers)
|
||||||
(add-hook 'eshell-mode-hook 'eshell-fringe-status-mode)
|
(add-hook 'eshell-mode-hook 'eshell-fringe-status-mode)
|
||||||
|
(add-hook 'eshell-mode-hook 'goto-address-mode)
|
||||||
|
|
||||||
(defun oni:set-eshell-C-d ()
|
(defun oni:set-eshell-C-d ()
|
||||||
"Set `C-d' to quit eshell if used at end of prompt."
|
"Set `C-d' to quit eshell if used at end of prompt."
|
||||||
|
|
Loading…
Reference in a new issue