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.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el index 215ada1..e588dd5 100644 --- a/init.el +++ b/init.el
@@ -1009,7 +1009,7 @@ successive invocations."
1009 1009
1010(setup (:straight gitignore-mode)) 1010(setup (:straight gitignore-mode))
1011 1011
1012(setup goto-addr 1012(setup (:require goto-addr)
1013 (if (fboundp #'global-goto-address-mode) 1013 (if (fboundp #'global-goto-address-mode)
1014 (global-goto-address-mode) 1014 (global-goto-address-mode)
1015 (add-hook 'after-change-major-mode-hook #'goto-address-mode))) 1015 (add-hook 'after-change-major-mode-hook #'goto-address-mode)))
@@ -1169,7 +1169,7 @@ successive invocations."
1169 w3m-link 1169 w3m-link
1170 w3m-message-link)) 1170 w3m-message-link))
1171 (link-hint-define-type type 1171 (link-hint-define-type type
1172 :open-secondary browse-url-secondary-browser-function)) 1172 :open-secondary browse-url-secondary-browser-function))
1173 1173
1174 (:option link-hint-avy-style 'at) 1174 (:option link-hint-avy-style 'at)
1175 (:global "C-;" 1175 (:global "C-;"
@@ -1179,7 +1179,7 @@ That is, a prefix argument (\\[universal-argument]) will open the
1179browser defined in `browse-url-secondary-browser-function'." 1179browser defined in `browse-url-secondary-browser-function'."
1180 (interactive "P") 1180 (interactive "P")
1181 (avy-with link-hint-open-link 1181 (avy-with link-hint-open-link
1182 (link-hint--one (if arg :open-secondary :open))))) 1182 (link-hint--one (if arg :open-secondary :open)))))
1183 1183
1184 ;; Setup for different modes. 1184 ;; Setup for different modes.
1185 ;; There has /got/ to be an easier way here! 1185 ;; There has /got/ to be an easier way here!
@@ -1350,7 +1350,7 @@ browser defined in `browse-url-secondary-browser-function'."
1350 1350
1351(setup (:straight org 1351(setup (:straight org
1352 org-contrib) 1352 org-contrib)
1353 (:also-load 'acdw-org) ; so I don't clutter up init.el 1353 (:also-load acdw-org) ; so I don't clutter up init.el
1354 (:option 1354 (:option
1355 org-adapt-indentation nil 1355 org-adapt-indentation nil
1356 org-agenda-files nil ; only until I set this up 1356 org-agenda-files nil ; only until I set this up