diff --git a/init.el b/init.el index 8263b05..531acd1 100644 --- a/init.el +++ b/init.el @@ -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)))