Browse Source

Update

master
10sr 4 years ago
parent
commit
679ef42bc1
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      emacs.el

+ 4
- 4
emacs.el View File

@@ -2656,10 +2656,10 @@ Any output will be written to current buffer."
(set-variable 'mozc-candidate-style 'popup)

;; これいる?
;; (require 'mozc-im)
;; (setq default-input-method "japanese-mozc-im")
;; (global-set-key (kbd "C-j") 'toggle-input-method)
;; 日本語
(when (require 'mozc-im nil t)
(setq default-input-method "japanese-mozc-im")
;; (global-set-key (kbd "C-j") 'toggle-input-method)
)
)




Loading…
Cancel
Save