From 44fce1689b3100826777b164189c00e52672cc7c Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 14 Feb 2023 10:25:08 -0500 Subject: ~/.signature by default in gnus --- dot_emacs.tmpl | 3 +++ 1 file changed, 3 insertions(+) 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)) -- cgit v1.2.3