input/japanese: fix typo & use :general

This commit is contained in:
Henrik Lissner 2019-05-21 03:39:19 -04:00
parent 0041723a80
commit 3eb5e8d40e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -25,7 +25,7 @@
;; Always insert `real' space in text-mode including org-mode. ;; Always insert `real' space in text-mode including org-mode.
(setq pangu-spacing-real-insert-separtor t) (setq pangu-spacing-real-insert-separtor t)
;; (global-pangu-spacing-mode 1) ;; (global-pangu-spacing-mode 1)
(add-hook 'text-mode-hook !'pangu-spacing-mode)) (add-hook 'text-mode-hook #'pangu-spacing-mode))
(def-package! avy-migemo (def-package! avy-migemo
@ -34,8 +34,7 @@
(def-package! ddskk (def-package! ddskk
:defer t :general ("C-x j" skk-mode))
:bind (("C-x j" . skk-mode)))
;; ;;