Skip to content

Commit 52a3ccf

Browse files
committed
only enble evil-pinyin when evil is enabled
1 parent 4b41cc4 commit 52a3ccf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/h-cheung/tools/config.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
(insert (utf7-decode string t)))))
9090

9191
(use-package! evil-pinyin
92+
:when
93+
(featurep! :editor evil)
9294
:custom
9395
(evil-pinyin-scheme 'simplified-traditional-quanpin-all)
9496
:config

0 commit comments

Comments
 (0)