aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-09-11 22:24:54 -0700
committerGravatar Tom Willemse2018-09-11 22:24:54 -0700
commit07b6aaf85f5b259183e757d19ed44683bddf21d4 (patch)
treeb1ae420d132b3fa6cbb3c1d7dd339239dfb486bd /emacs
parent2878542c765f733e724d773cf6927bdfe6f1b47a (diff)
downloadnew-dotfiles-07b6aaf85f5b259183e757d19ed44683bddf21d4.tar.gz
new-dotfiles-07b6aaf85f5b259183e757d19ed44683bddf21d4.zip
Enable address-prog-mode for prog-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 733b994..34a3fbc 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -269,6 +269,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(with-eval-after-load 'yasnippet (load "oni-yasnippet-init"))
(add-hook 'ielm-mode-hook 'paredit-mode)
+(add-hook 'prog-mode-hook 'goto-address-prog-mode)
(autoload 'mbsync-conf-mode "mbsync-conf-mode"
"Major mode for editing mbsync configuration files."