summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-08 08:42:37 -0500
committerCase Duckworth2021-09-08 08:42:37 -0500
commit64267ef1f581d07e03ff88aca381f4c734ffea11 (patch)
treef9b75311afc6257ca0e965c7dc17a0b5e6953c2f /init.el
parentChange acdw/reading-mode to reading-mode (diff)
downloademacs-64267ef1f581d07e03ff88aca381f4c734ffea11.tar.gz
emacs-64267ef1f581d07e03ff88aca381f4c734ffea11.zip
Require goto-addr
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)))