aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-08-05 01:40:16 +0200
committerGravatar Tom Willemse2016-08-05 01:40:16 +0200
commited3e0ac3d5de1ff6bbf1a9a72f6ad2f5cf7faded (patch)
treeadeb0209c514ef6b1a38fb8986a68c44121e564a /emacs/.emacs.d
parentd47f57f1b80ba34505e62ef6ad3a43a7f31a983a (diff)
downloadnew-dotfiles-ed3e0ac3d5de1ff6bbf1a9a72f6ad2f5cf7faded.tar.gz
new-dotfiles-ed3e0ac3d5de1ff6bbf1a9a72f6ad2f5cf7faded.zip
Fix byte-compiler warning
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org7
1 files 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