diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 20:18:34 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 20:18:34 -0500 |
commit | 7b636bdbcbd3cc9511b6a0674c740759846df60e (patch) | |
tree | 64b1be25c8f32df7c986c89d56b842ea30f84b22 | |
parent | cleanup some gnus config (diff) |
sync ~/.newsrc and ~/.newsrc.eld to gnus cloud
Diffstat (limited to '')
-rw-r--r-- | dot_emacs.tmpl | 2 |
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)) |