mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -225,5 +225,5 @@
|
|||||||
(after! evil-easymotion
|
(after! evil-easymotion
|
||||||
;; instead of using gs as the evilem-map we use gé to avoid conflicts with org-mode
|
;; instead of using gs as the evilem-map we use gé to avoid conflicts with org-mode
|
||||||
;; down the road
|
;; down the road
|
||||||
(map! :nvm "gé" evilem-map)
|
(evilem-default-keybindings "gé")
|
||||||
(doom-bepo-rotate-bare-keymap '(evilem-map) doom-bepo-cr-rotation-style))))
|
(doom-bepo-rotate-bare-keymap '(evilem-map) doom-bepo-cr-rotation-style))))
|
||||||
|
Reference in New Issue
Block a user