blob: 772179891f98a8fd300cae0c4210269d180d5d15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
To use this port:
% mkdir ~/howm
% cp ${PREFIX}/share/examples/howm/en/* ~/howm/
And write below to your ~/.emacs:
;(setq howm-menu-lang 'ja)
(global-set-key "\C-c,," 'howm-menu)
(autoload 'howm-menu "howm-mode" "Hitori Otegaru Wiki Modoki" t)
|