summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/mew/files/50mew-gentoo.el')
-rw-r--r--app-emacs/mew/files/50mew-gentoo.el10
1 files changed, 3 insertions, 7 deletions
diff --git a/app-emacs/mew/files/50mew-gentoo.el b/app-emacs/mew/files/50mew-gentoo.el
index cdb5a00b37e0..1f36f8e08d93 100644
--- a/app-emacs/mew/files/50mew-gentoo.el
+++ b/app-emacs/mew/files/50mew-gentoo.el
@@ -1,11 +1,7 @@
-
-;;; mew site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
+(autoload 'mew "mew" nil t)
+(autoload 'mew-send "mew" nil t)
-(setq mew-icon-directory "/usr/share/mew")
+(setq mew-icon-directory "@SITEETC@")
(setq mew-pop-port "pop-3")
(setq mew-imap-port "imap2")
-
-(autoload 'mew "mew" nil t)
-(autoload 'mew-send "mew" nil t)