OSDN Git Service

update docs for 1.4.4
[howm/howm.git] / sample / dot.emacs
1 (setq load-path (cons default-directory load-path))
2 (setq debug-on-error t)
3 (setq inhibit-startup-message t)
4
5 (setq howm-sample-directory (expand-file-name "sample/"))
6 (setq howm-directory howm-sample-directory)
7 (setq howm-keyword-file (expand-file-name ".howm-keys" howm-sample-directory))
8 (setq howm-history-file (expand-file-name ".howm-history" howm-sample-directory))
9 ;(setq howm-menu-lang 'ja)
10 (setq howm-history-limit nil)  ;; Don't erase my ~/.howm-history.
11
12 (require 'howm)
13 (howm-test)