[Howm-eng 56] Re: Newbie...

Back to archive index

khi****@users***** khi****@users*****
Wed Apr 9 22:18:29 JST 2008


At Tue, 8 Apr 2008 08:29:35 +0200,
Xavier Maillard wrote:
> More generally, do you publish all your howm + rd setup onto a
> public place so I can read it and maybe take inspiration from it
> ?

I copy my setup here.

(setq howm-file-name-format "%Y/%Y_%m_%d.rd")  ;; I use RD format.
(setq howm-view-search-in-result-correctly t)  ;; be aware of paragraph

(autoload 'rd-mode "rd-mode" "major mode for ruby document formatter RD" t)
(add-to-list 'auto-mode-alist '("\\.rd$" . rd-mode))
(defvar rd-mode-hook nil)
(add-hook 'rd-mode-hook 'rd-show-other-block-all)

;; http://howm.sourceforge.jp/a/rd-mode-plus.el
(load-library "rd-mode-plus")
(setq rd-yank-ignore-empty-line t)

-- 
khi****@users*****




More information about the Howm-eng mailing list
Back to archive index