b1b69ea46c
Howm is a note-taking tool on Emacs. It is similar to emacs-wiki; you can enjoy hyperlinks and full-text search easily. It is not similar to emacs-wiki; it can be combined with any format.
10 lines
257 B
Text
10 lines
257 B
Text
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)
|