Pages

Thursday, September 30, 2010

Add command line option to use nognus instead of gnus

(add-to-list
'command-switch-alist
'("nognus" . (lambda (&rest ignore)
(add-to-list 'load-path "~/.emacs.d/nognus/lisp")
(message "NoGnus loaded")
(load "gnus-load") ;; Needed if using nognus.
;; Start Gnus when Emacs starts
(setq email-instance t))))




--
My Emacs Files At GitHub

No comments:

Post a Comment