From 27365e5a11ea8c0c11bcf36183bf8db0de01672e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 6 Aug 2016 03:56:11 +0200 Subject: Fix undefined variable error --- emacs/.emacs.d/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index af29e61..84ca8a4 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -529,7 +529,7 @@ To start off, first I need to enable lexical binding. #+BEGIN_SRC emacs-lisp (eval-when-compile (require 'gnus-msg)) - (with-eval-after-load 'gnus + (with-eval-after-load 'gnus-msg (add-to-list 'gnus-posting-styles '(".*" (address "tom@ryuslash.org") @@ -552,7 +552,7 @@ To start off, first I need to enable lexical binding. msmtp account and set the proper name and email address. #+BEGIN_SRC emacs-lisp - (with-eval-after-load 'gnus + (with-eval-after-load 'gnus-msg (add-to-list 'gnus-posting-styles '("picturefix:" (name "Tom Willemsen") -- cgit v1.2.3-54-g00ecf