Convert link-hint to use :general
Need to convert all my keybindings to use that.
This commit is contained in:
parent
d43532631d
commit
3a77274878
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue