aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-02-09 20:18:34 -0500
committerRyan Kavanagh <rak@rak.ac>2023-02-09 20:18:34 -0500
commit7b636bdbcbd3cc9511b6a0674c740759846df60e (patch)
tree64b1be25c8f32df7c986c89d56b842ea30f84b22 /dot_emacs.tmpl
parentcleanup some gnus config (diff)
sync ~/.newsrc and ~/.newsrc.eld to gnus cloud
Diffstat (limited to 'dot_emacs.tmpl')
-rw-r--r--dot_emacs.tmpl2
1 files changed, 2 insertions, 0 deletions
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))