diff options
author | Case Duckworth | 2021-10-09 16:22:49 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-09 16:22:49 -0500 |
commit | e81ff9f189895a84f460d529b050f1819ffeb21f (patch) | |
tree | f2328437747bcaac5e9c529c20ed114210caf6a0 | |
parent | Install popper (diff) | |
download | emacs-e81ff9f189895a84f460d529b050f1819ffeb21f.tar.gz emacs-e81ff9f189895a84f460d529b050f1819ffeb21f.zip |
Configure link-hint
-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. |