• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

自分のemacs.dを公開リポジトリに置いて、emacsの設定の同期を簡単にする系のやつ


Commit MetaInfo

Revisãobe213fef8b75db954c27d705d95772f8698f3c57 (tree)
Hora2019-07-07 20:48:53
Autorornse01 <ornse01@user...>
Commiterornse01

Mensagem de Log

add mozc-mode

Mudança Sumário

Diff

--- a/init.el
+++ b/init.el
@@ -98,3 +98,7 @@
9898 ;; less-css-mode
9999 (require 'less-css-mode)
100100
101+;; mozc mode
102+(require 'mozc)
103+(setq default-input-method "japanese-mozc")
104+(setq mozc-candidate-style 'overlay)