Created
May 5, 2015 10:07
-
-
Save nlamirault/ebcfd3b5a8939bf026c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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