INSTALL
=======

Get the latest clmemo from

  http://pop-club.hp.infoseek.co.jp/emacs/changelog.html
  http://pop-club.hp.infoseek.co.jp/emacs/clmemo-1.0.tar.gz

Unpack and make.

  $ tar xzvf clmemo-1.0.tar.gz
  $ cd clmemo-1.0
  $ make
  # make install

Put the following into your .emacs.

  (autoload 'clmemo "clmemo" "ChangeLog memo mode." t)
  ;
  ; Path to your ChangeLog Memo
  (setq clmemo-file-name "~/personal/memo/clmemo.txt")
  ;
  ; Bind clmemo as you like ;)
  (global-set-key "\C-xM" 'clmemo)

Put this at the bottom of your ChangeLog memo file:

  ^L
  Local Variables:
  mode: change-log
  clmemo-mode: t
  End:

`^L' will be inserted by `C-q C-l'.
