mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user