mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Normalize :leader/:localleader keybinds
Evil states no longer apply to them. Also removes x-alt-keysym.
This commit is contained in:
@ -21,10 +21,10 @@ This is necessary because `intero-mode' doesn't do its own error checks."
|
||||
|
||||
(when (featurep 'evil)
|
||||
(add-hook 'intero-mode-hook #'evil-normalize-keymaps))
|
||||
(map! :map intero-mode-map
|
||||
:localleader
|
||||
:n "t" #'intero-type-at
|
||||
:n "i" #'intero-info
|
||||
:n "l" #'intero-repl-load
|
||||
:nv "e" #'intero-repl-eval-region
|
||||
:n "a" #'intero-apply-suggestions))
|
||||
(map! :localleader
|
||||
:map intero-mode-map
|
||||
"t" #'intero-type-at
|
||||
"i" #'intero-info
|
||||
"l" #'intero-repl-load
|
||||
"e" #'intero-repl-eval-region
|
||||
"a" #'intero-apply-suggestions))
|
||||
|
Reference in New Issue
Block a user