From ed3e0ac3d5de1ff6bbf1a9a72f6ad2f5cf7faded Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 5 Aug 2016 01:40:16 +0200 Subject: Fix byte-compiler warning --- emacs/.emacs.d/init.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 910c4b6..fead3a9 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -543,9 +543,10 @@ To start off, first I need to enable lexical binding. Add my work email account as a secondary select method. #+BEGIN_SRC emacs-lisp - (add-to-list 'gnus-secondary-select-methods - '(nnmaildir "picturefix" - (directory "~/documents/mail/picturefix/"))) + (with-eval-after-load 'gnus + (add-to-list 'gnus-secondary-select-methods + '(nnmaildir "picturefix" + (directory "~/documents/mail/picturefix/")))) #+END_SRC When sending mail from the picturefix account, use the picturefix -- cgit v1.2.3-54-g00ecf