Add link-hint

This commit is contained in:
David Morgan 2023-03-11 13:24:49 +00:00
parent bd273eabd7
commit 1db348a9be
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 5 additions and 0 deletions

View File

@ -124,5 +124,10 @@ Or remove all highlighted symbols in the current buffer (with`ARG')."
(put 'goto-last-point 'repeat-map 'goto-last-point-repeat-map)
:bind ("C-c <" . goto-last-point))
(use-package link-hint
:bind
("C-c C-l" . link-hint-open-link)
("C-c C-S-l" . link-hint-copy-link))
(provide 'init-navigation)
;;; init-navigation.el ends here