initial import into CVS
[elisp/initz.git] / sample / startup / host / init-host1-skk.el
1 ;;; init-host1-skk.el --- init file for host1-skk.
2
3 (when (locate-library "skk")
4   (setq skk-large-jisyo "/usr/share/skk/SKK-JISYO.L"))
5
6 (provide 'init-host1-skk)