3cb0932ef5
Based on PR#44553 by ISIHARA Takanori. howm: 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.
10 lines
390 B
Text
10 lines
390 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2011/02/25 11:04:56 obache Exp $
|
|
|
|
Write below to your ~/.emacs or ~/.emacs.el:
|
|
|
|
;(setq howm-menu-lang 'ja)
|
|
(global-set-key "\C-c,," 'howm-menu)
|
|
(autoload 'howm-menu "howm" "Hitori Otegaru Wiki Modoki" t)
|
|
|
|
===========================================================================
|