diff options
-rw-r--r-- | dot_emacs.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 34587cb..933c7d2 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -382,6 +382,9 @@ Extended Format date in the date field and return it as a string obeing (gnus-check-new-newsgroups nil) (gnus-group-line-format "%M%S%p%P%5y:%B%(%G%) %z\n") (gnus-topic-display-empty-topics nil) + (gnus-posting-styles + '((".*" + (signature-file "~/.signature")))) :hook (message-send . gnus-score-followup-article) (gnus-group-mode . gnus-topic-mode)) |