Require goto-addr

This commit is contained in:
Case Duckworth 2021-09-08 08:42:37 -05:00
parent 5b7fbf4bc6
commit 64267ef1f5
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ successive invocations."
(setup (:straight gitignore-mode))
(setup goto-addr
(setup (:require goto-addr)
(if (fboundp #'global-goto-address-mode)
(global-goto-address-mode)
(add-hook 'after-change-major-mode-hook #'goto-address-mode)))