Skip to content

Instantly share code, notes, and snippets.

@nlamirault
Created May 5, 2015 10:07
Show Gist options
  • Save nlamirault/ebcfd3b5a8939bf026c9 to your computer and use it in GitHub Desktop.
Save nlamirault/ebcfd3b5a8939bf026c9 to your computer and use it in GitHub Desktop.
(defun scame--gnus ()
"Start gnus or gnus development version."
(when (eql 'gnus-dev scame-gnus-version)
(push (concat scame-gnus-dev-directory "/lisp") load-path)
(message "Load Gnus development version")
(require 'gnus-load))
(gnus))
*Messages* buffer :
For information about GNU Emacs and the GNU system, type C-h C-a.
Load Gnus development version
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment