summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-09 16:22:49 -0500
committerCase Duckworth2021-10-09 16:22:49 -0500
commite81ff9f189895a84f460d529b050f1819ffeb21f (patch)
treef2328437747bcaac5e9c529c20ed114210caf6a0 /init.el
parentInstall popper (diff)
downloademacs-e81ff9f189895a84f460d529b050f1819ffeb21f.tar.gz
emacs-e81ff9f189895a84f460d529b050f1819ffeb21f.zip
Configure link-hint
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 3a94f66..b2da386 100644 --- a/init.el +++ b/init.el
@@ -1809,7 +1809,7 @@ When PREFIX is non-nil, open links with
1809 (avy-with link-hint-open-multiple-links 1809 (avy-with link-hint-open-multiple-links
1810 (link-hint--multiple (if prefix :open-secondary :open)))) 1810 (link-hint--multiple (if prefix :open-secondary :open))))
1811 1811
1812 (:option link-hint-avy-style 'post) 1812 (:option link-hint-avy-style 'at-full)
1813 (:global "C-j" 1813 (:global "C-j"
1814 (defun acdw/link-hint-open-link (arg) 1814 (defun acdw/link-hint-open-link (arg)
1815 "Open a link using `link-hint-open-link', prefix-aware. 1815 "Open a link using `link-hint-open-link', prefix-aware.