Enable address-prog-mode for prog-mode

This commit is contained in:
Tom Willemse 2018-09-11 22:24:54 -07:00
parent 2878542c76
commit 07b6aaf85f

View file

@ -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")) (with-eval-after-load 'yasnippet (load "oni-yasnippet-init"))
(add-hook 'ielm-mode-hook 'paredit-mode) (add-hook 'ielm-mode-hook 'paredit-mode)
(add-hook 'prog-mode-hook 'goto-address-prog-mode)
(autoload 'mbsync-conf-mode "mbsync-conf-mode" (autoload 'mbsync-conf-mode "mbsync-conf-mode"
"Major mode for editing mbsync configuration files." "Major mode for editing mbsync configuration files."