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)