summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-05 19:23:30 +0000
committerjao <jao@gnu.org>2022-03-05 19:23:30 +0000
commit12f24e3d75ed9a09f6edb09d8331192110d504fd (patch)
tree89e18ce37f92f7f0883a9451c0afb09ce9ee469e /completion.org
parent4e90ff0711ba5ea10132bda9da8da44bce21012b (diff)
downloadelibs-12f24e3d75ed9a09f6edb09d8331192110d504fd.tar.gz
elibs-12f24e3d75ed9a09f6edb09d8331192110d504fd.tar.bz2
link-hint externally
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/completion.org b/completion.org
index 11a6565..6d2e1fc 100644
--- a/completion.org
+++ b/completion.org
@@ -564,8 +564,12 @@
:init (setq link-hint-avy-style 'pre)
:config
+ (defun jao-link-hint-open-link-ext ()
+ (interactive)
+ (let ((jao-browse-url-function jao-browse-url-external-function))
+ (link-hint-open-link)))
:bind (("C-l" . link-hint-open-link)
- ("C-S-l" . recenter-top-bottom)))
+ ("C-S-l" . jao-link-hint-open-link-ext)))
#+end_src