summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 8263b05..531acd1 100644 --- a/init.el +++ b/init.el
@@ -1004,7 +1004,7 @@ successive invocations."
1004 1004
1005(setup (:straight gitignore-mode)) 1005(setup (:straight gitignore-mode))
1006 1006
1007(setup goto-addr 1007(setup (:require goto-addr)
1008 (if (fboundp #'global-goto-address-mode) 1008 (if (fboundp #'global-goto-address-mode)
1009 (global-goto-address-mode) 1009 (global-goto-address-mode)
1010 (add-hook 'after-change-major-mode-hook #'goto-address-mode))) 1010 (add-hook 'after-change-major-mode-hook #'goto-address-mode)))