Fix error: 'gnus-posting-styles' does not defined.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 23 Oct 2011 22:48:06 +0300
changeset 745 81e7f065031c
parent 744 d3fc2caa5498
child 746 f7ce19afa666
Fix error: 'gnus-posting-styles' does not defined.
.emacs-my
--- a/.emacs-my	Sun Oct 23 22:17:11 2011 +0300
+++ b/.emacs-my	Sun Oct 23 22:48:06 2011 +0300
@@ -1163,13 +1163,14 @@
  gnus-check-bogus-newsgroups nil
  )
 
-(add-to-list
- 'gnus-posting-styles
- '(".*"
+(setq
+ gnus-posting-styles
+ '(
+   (".*"
     (organization "At home.")
     (signature-file "~/.signature")
     )
-   )
+   ))
 
 (setq gnus-article-time-format "%Y-%m-%d %T%z %a")
 (defun my-gnus-open-article-hook ()