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:
commit
b51a0cabb9
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@
|
||||||
pangu-spacing-real-insert-separtor t))
|
pangu-spacing-real-insert-separtor t))
|
||||||
|
|
||||||
|
|
||||||
(use-package! ddskk
|
(use-package! skk
|
||||||
:general ("C-x j" #'skk-mode)
|
:general ("C-x j" #'skk-mode)
|
||||||
:init
|
:config
|
||||||
(add-hook 'doom-escape-hook #'skk-mode-exit))
|
(add-hook 'doom-escape-hook #'skk-mode-exit))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue