Convert link-hint to use :general

Need to convert all my keybindings to use that.
This commit is contained in:
Howard Abrams 2022-05-10 11:28:48 -07:00
parent d43532631d
commit 3a77274878

View file

@ -1084,10 +1084,9 @@ I originally appreciated [[https://github.com/abo-abo/ace-link][ace-link]] to wo
"o" 'link-hint-open-link)
(:states 'normal :keymaps 'Info-mode-map
"o" 'link-hint-open-link)
:config
(evil-define-key '(normal) global-map
"gl" #'link-hint-open-link
"gL" #'link-hint-copy-link))
(:states 'normal :keymaps 'global-map
"gl" 'link-hint-open-link
"gL" 'link-hint-copy-link))
#+END_SRC