Merge pull request #4147 from sei40kr/japanese-escape-skk-mode-on-escape
Escape skk-mode on doom/escape
This commit is contained in:
commit
5292fe0245
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@
|
||||||
|
|
||||||
|
|
||||||
(use-package! ddskk
|
(use-package! ddskk
|
||||||
:general ("C-x j" #'skk-mode))
|
:general ("C-x j" #'skk-mode)
|
||||||
|
:init
|
||||||
|
(add-hook 'doom-escape-hook #'skk-mode-exit))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue