Fix undefined variable error
This commit is contained in:
parent
9792ae74f0
commit
27365e5a11
1 changed files with 2 additions and 2 deletions
|
@ -529,7 +529,7 @@ To start off, first I need to enable lexical binding.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(eval-when-compile (require 'gnus-msg))
|
(eval-when-compile (require 'gnus-msg))
|
||||||
|
|
||||||
(with-eval-after-load 'gnus
|
(with-eval-after-load 'gnus-msg
|
||||||
(add-to-list 'gnus-posting-styles
|
(add-to-list 'gnus-posting-styles
|
||||||
'(".*"
|
'(".*"
|
||||||
(address "tom@ryuslash.org")
|
(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.
|
msmtp account and set the proper name and email address.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(with-eval-after-load 'gnus
|
(with-eval-after-load 'gnus-msg
|
||||||
(add-to-list 'gnus-posting-styles
|
(add-to-list 'gnus-posting-styles
|
||||||
'("picturefix:"
|
'("picturefix:"
|
||||||
(name "Tom Willemsen")
|
(name "Tom Willemsen")
|
||||||
|
|
Loading…
Reference in a new issue