File: mu-cite-init.el

package info (click to toggle)
mu-cite 8.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 144 kB
  • ctags: 68
  • sloc: lisp: 724; makefile: 85; sh: 79
file content (14 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;;
;; mu-cite-init.el
;;
;; Takuro KITAME <kitame@northeye.org>

(setq load-path 
      (cons (concat "/usr/share/" (symbol-name flavor) "/site-lisp/mu-cite")
       load-path))

(autoload 'mu-cite/cite-original "mu-cite" nil t)

;; For all message mode
;;(setq mail-citation-hook 'mu-cite/cite-original)