13 lines
339 B
Text
13 lines
339 B
Text
To use navi2ch, put the following into ~/.emacs.
|
|
|
|
(require 'navi2ch)
|
|
|
|
To use monafonts with Xemacs, put
|
|
|
|
(require 'navi2ch-mona)
|
|
(add-hook 'navi2ch-article-arrange-message-hook
|
|
'navi2ch-mona-arrange-message)
|
|
|
|
into ~/.xemacs and set board name to be viewed with monafonts.
|
|
|
|
(setq navi2ch-mona-enable-board-list '("mona" "prog"))
|