mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
5360f04319
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
199 B
Text
5 lines
199 B
Text
# for emacs, create {HOME}/.emacs.d/init.el with followng lines
|
|
|
|
(require 'mozc) ; or (load-file "/path/to/mozc.el")
|
|
(setq default-input-method "japanese-mozc")
|
|
(setq mozc-candidate-style 'overlay)
|