Merge pull request #4284 from sei40kr/fix-skk-loading

input/japanese: Do not eval skk-mode-exit if ddskk not loaded
This commit is contained in:
Henrik Lissner 2020-11-20 15:28:58 -05:00 committed by GitHub
commit b51a0cabb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,9 +34,9 @@
pangu-spacing-real-insert-separtor t))
(use-package! ddskk
(use-package! skk
:general ("C-x j" #'skk-mode)
:init
:config
(add-hook 'doom-escape-hook #'skk-mode-exit))