about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-30 22:16:21 -0500
committerCase Duckworth2021-08-30 22:16:21 -0500
commitee9119ab00c9740d12a2d6c4a9d4fb567802272c (patch)
tree8a579bde63ff0a1b23d2a9a0ac6c1c5e7383e5de /init.el
parentMerge branch 'main' of tildegit.org:acdw/emacs (diff)
downloademacs-ee9119ab00c9740d12a2d6c4a9d4fb567802272c.tar.gz
emacs-ee9119ab00c9740d12a2d6c4a9d4fb567802272c.zip
Use global-goto-address-mode instead of individual hooks
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index 1a54c79..3bec7f4 100644 --- a/init.el +++ b/init.el
@@ -524,8 +524,7 @@ like a dumbass."
524 (:global "C-c n" gnus)) 524 (:global "C-c n" gnus))
525 525
526(setup goto-addr 526(setup goto-addr
527 (add-hook 'text-mode-hook #'goto-address-mode) 527 (global-goto-address-mode +1))
528 (add-hook 'prog-mode-hook #'goto-address-prog-mode))
529 528
530(setup ibuffer 529(setup ibuffer
531 (:also-load ibuf-ext) 530 (:also-load ibuf-ext)