]> err.no Git - dotfiles/commitdiff
luxevop has the gnus stuff in .emacs.d/gnus
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 1 Apr 2008 08:41:28 +0000 (08:41 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 1 Apr 2008 08:41:28 +0000 (08:41 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1201 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index c380000d24b8cd586a4fb88bb03aa5406d7355c6..aa81621bc311a23e39730c660ecd2caf20f5f77e 100644 (file)
--- a/emacs
+++ b/emacs
 (add-to-list 'window-size-change-functions
             (lambda (frame) (setq org-tags-column (* -1 (- (frame-width) 10))
                                   org-agenda-align-tags-to-column (- (frame-width) 10))))
+
+(cw/for-host "luxevop"
+  (setq gnus-home-directory "~/.emacs.d/gnus"
+       gnus-init-file "~/.gnus"
+       message-directory (concat gnus-home-directory "/Mail")))