From 7b636bdbcbd3cc9511b6a0674c740759846df60e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 9 Feb 2023 20:18:34 -0500 Subject: sync ~/.newsrc and ~/.newsrc.eld to gnus cloud --- dot_emacs.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 91ea3e6..40b9b62 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -376,6 +376,8 @@ 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) + :config + (append '("~/.newsrc" "~/.newsrc.eld") gnus-cloud-synced-files) :hook (message-send . gnus-score-followup-article) (gnus-group-mode . gnus-topic-mode)) -- cgit v1.2.3