From 3a77274878bfc5450c5217348c60fe57ead7d3cf Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 10 May 2022 11:28:48 -0700 Subject: [PATCH] Convert link-hint to use :general Need to convert all my keybindings to use that. --- ha-config.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ha-config.org b/ha-config.org index dcfe9ea..e1b85cf 100644 --- a/ha-config.org +++ b/ha-config.org @@ -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