blob: a935163c305596c13fcf2aa196eb7b474d9cc5d6 (
plain)
1
2
3
4
5
6
7
8
9
|
;;; mew site-lisp configuration
(setq load-path (cons "@SITELISP@" load-path))
(setq mew-icon-directory "/usr/share/mew")
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
|