aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-09-11 22:31:05 -0700
committerGravatar Tom Willemse2018-09-11 22:31:05 -0700
commita7841cb0768d1f65c1d751075cfaf560d1f2321e (patch)
treefb808ed976e042dccde31f4df6fe5af8a5c049e0 /emacs
parent12215119dce3f4525ff763f52485898ac309490c (diff)
downloadnew-dotfiles-a7841cb0768d1f65c1d751075cfaf560d1f2321e.tar.gz
new-dotfiles-a7841cb0768d1f65c1d751075cfaf560d1f2321e.zip
Enable goto address mode in Eshell
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init/oni-eshell-init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/oni-eshell-init.el b/emacs/.emacs.d/init/oni-eshell-init.el
index bae1acb..6dab317 100644
--- a/emacs/.emacs.d/init/oni-eshell-init.el
+++ b/emacs/.emacs.d/init/oni-eshell-init.el
@@ -43,6 +43,7 @@
(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 'goto-address-mode)
(defun oni:set-eshell-C-d ()
"Set `C-d' to quit eshell if used at end of prompt."