From 07b6aaf85f5b259183e757d19ed44683bddf21d4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 11 Sep 2018 22:24:54 -0700 Subject: Enable address-prog-mode for prog-mode --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init.el') 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." -- cgit v1.2.3-54-g00ecf