From 12f24e3d75ed9a09f6edb09d8331192110d504fd Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 5 Mar 2022 19:23:30 +0000 Subject: link-hint externally --- completion.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'completion.org') 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 -- cgit v1.2.3