diff options
author | Case Duckworth | 2021-09-08 08:42:37 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-08 08:42:37 -0500 |
commit | 64267ef1f581d07e03ff88aca381f4c734ffea11 (patch) | |
tree | f9b75311afc6257ca0e965c7dc17a0b5e6953c2f | |
parent | Change acdw/reading-mode to reading-mode (diff) | |
download | emacs-64267ef1f581d07e03ff88aca381f4c734ffea11.tar.gz emacs-64267ef1f581d07e03ff88aca381f4c734ffea11.zip |
Require goto-addr
-rw-r--r-- | init.el | 2 |
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))) |