summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el index 531acd1..430a809 100644 --- a/init.el +++ b/init.el
@@ -1159,7 +1159,7 @@ successive invocations."
1159 w3m-link 1159 w3m-link
1160 w3m-message-link)) 1160 w3m-message-link))
1161 (link-hint-define-type type 1161 (link-hint-define-type type
1162 :open-secondary browse-url-secondary-browser-function)) 1162 :open-secondary browse-url-secondary-browser-function))
1163 1163
1164 (:option link-hint-avy-style 'at) 1164 (:option link-hint-avy-style 'at)
1165 (:global "C-;" 1165 (:global "C-;"
@@ -1169,7 +1169,7 @@ That is, a prefix argument (\\[universal-argument]) will open the
1169browser defined in `browse-url-secondary-browser-function'." 1169browser defined in `browse-url-secondary-browser-function'."
1170 (interactive "P") 1170 (interactive "P")
1171 (avy-with link-hint-open-link 1171 (avy-with link-hint-open-link
1172 (link-hint--one (if arg :open-secondary :open))))) 1172 (link-hint--one (if arg :open-secondary :open)))))
1173 1173
1174 ;; Setup for different modes. 1174 ;; Setup for different modes.
1175 ;; There has /got/ to be an easier way here! 1175 ;; There has /got/ to be an easier way here!
@@ -1340,7 +1340,7 @@ browser defined in `browse-url-secondary-browser-function'."
1340 1340
1341(setup (:straight org 1341(setup (:straight org
1342 org-contrib) 1342 org-contrib)
1343 (:also-load 'acdw-org) ; so I don't clutter up init.el 1343 (:also-load acdw-org) ; so I don't clutter up init.el
1344 (:option 1344 (:option
1345 org-adapt-indentation nil 1345 org-adapt-indentation nil
1346 org-agenda-files nil ; only until I set this up 1346 org-agenda-files nil ; only until I set this up