fix(:input layout bepo): Ensure eshell rotation goes after evil-collection maps

Fixes #4847
This commit is contained in:
Gerry Agbobada 2021-05-09 12:30:45 +02:00 committed by GitHub
parent a4a64b9c6c
commit 804504025c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,8 @@ In all cases, 'h' functions go to 'c' and 'l' ones go to 'r' so the navigation k
(after! evil-snipe
(+layout-bepo-rotate-keymaps
'(evil-snipe-local-mode-map evil-snipe-override-local-mode-map)))
(after! eshell
(add-hook 'eshell-first-time-mode-hook (lambda () (+layout-bepo-rotate-keymaps '(eshell-mode-map))) 99))
(after! lispyville
;; <> en direct
(general-translate-key '(normal motion) 'lispyville-mode-map