fix(:input layout bepo): make evilem use gé
For some reason, using only the `map!` call did not work, the reason is still unclear but calling the evilem-default-keybdings function worked so going with that.
This commit is contained in:
parent
3acbf8e90d
commit
9ac79c6e86
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@
|
|||
(doom-bepo-rotate-ts-bare-keymap '(evil-treemacs-state-map)))
|
||||
(after! (:or helm ivy selectrum icomplete)
|
||||
(doom-bepo--evil-collection-hook
|
||||
nil
|
||||
nil
|
||||
'(minibuffer-local-map
|
||||
minibuffer-local-ns-map
|
||||
minibuffer-local-completion-map
|
||||
|
@ -225,5 +225,5 @@
|
|||
(after! evil-easymotion
|
||||
;; instead of using gs as the evilem-map we use gé to avoid conflicts with org-mode
|
||||
;; down the road
|
||||
(map! :nvm "gé" evilem-map)
|
||||
(evilem-default-keybindings "gé")
|
||||
(doom-bepo-rotate-bare-keymap '(evilem-map) doom-bepo-cr-rotation-style))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue