diff options
-rw-r--r-- | init.el | 2 |
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. |