freebsd-ports/deskutils/howm/pkg-message
Jun Kuriyama b1b69ea46c Add howm 1.1.0.1, write fragmentarily and read collectively.
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.
2003-12-28 12:51:52 +00:00

11 lines
257 B
Plaintext

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)