File: init-skk.el

package info (click to toggle)
initz 0.0.9-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 192 kB
  • ctags: 134
  • sloc: lisp: 1,061; makefile: 56; sh: 30
file content (10 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
;;; initz-skk.el --- init file for skk.

(when (locate-library "skk")
  (setq skk-auto-okuri-process t)
  (setq skk-japanese-message-and-error t)
  (setq skk-keep-record nil)
  (global-set-key "\C-x\C-j" 'skk-mode)
  (autoload 'skk-mode "skk" nil t))

(provide 'init-skk)