diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-14 10:25:08 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-14 10:25:08 -0500 |
commit | 44fce1689b3100826777b164189c00e52672cc7c (patch) | |
tree | 198f1da9e7fdfbf374d37b81d076952963db3ffa | |
parent | added-2023 playlist (diff) |
~/.signature by default in gnus
-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)) |