Evilify the pyim-dict-manager-mode-map after its mode be loaded

This commit is contained in:
Lin Sun 2022-06-07 00:00:02 +00:00 committed by Maxi Wolff
parent 5a715c85c2
commit d1bdf6c634
2 changed files with 4 additions and 1 deletions

View File

@ -1629,6 +1629,8 @@ Other:
- Added =fcitx5= support (thanks to wgjak47)
- Fixes:
- Make =fcitx.el= work by default (thanks to AmaiKinono)
- Evilify the pyim-dict-manager-mode-map after the pyim-dict-manager-mode be
loaded (thanks to Lin Sun)
**** Chrome
- Key bindings:
- Added =markdown= key bindings to gmail message mode

View File

@ -62,7 +62,8 @@
(autoload 'pyim-dict-manager-mode "pyim-dicts-manager"
"Major mode for managing pyim dicts")
(evilified-state-evilify-map pyim-dict-manager-mode-map
:mode pyim-dict-manager-mode))))
:mode pyim-dict-manager-mode
:eval-after-load pyim-dict-manager))))
(defun chinese/init-pyim-basedict ()
"Initialize pyim-basedict"