Normalize :leader/:localleader keybinds
Evil states no longer apply to them. Also removes x-alt-keysym.
This commit is contained in:
parent
9936532ea3
commit
3f195614d9
34 changed files with 626 additions and 618 deletions
|
@ -34,10 +34,10 @@
|
|||
:config
|
||||
(setq merlin-completion-with-doc t)
|
||||
|
||||
(map! :map tuareg-mode-map
|
||||
:localleader
|
||||
:n "t" #'merlin-type-enclosing
|
||||
:n "a" #'tuareg-find-alternate-file))
|
||||
(map! :localleader
|
||||
:map tuareg-mode-map
|
||||
"t" #'merlin-type-enclosing
|
||||
"a" #'tuareg-find-alternate-file))
|
||||
|
||||
|
||||
(def-package! flycheck-ocaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue