summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
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