06/04/19 20:03:24
make-variable-buffer-local してあった。 orz
多分、以下で大丈夫な筈。
;; ~/.skk
(setq-default skk-kutouten-type 'en)
;; ~/.navi2ch/init.el
(add-hook navi2ch-message-mode-hook
(lambda ()
(activate-input-method "japanese-skk")
(setq skk-kutouten-type 'jp)))