summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-02-12 09:39:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-02-12 09:39:36 -0700
commite39435faa5c4941f4f3b6a31ad433725a9c226d2 (patch)
tree02280ad973de7e13d8804f454f748985ae4532db
parent31dd9c997c3ebf489f9cd0299ab5942d93bc27bc (diff)
downloaddotfiles-e39435faa5c4941f4f3b6a31ad433725a9c226d2.tar.gz
move manually-maintained part of all.SCORE to ~/doc/
-rw-r--r--.emacs.d/init.el1
-rw-r--r--lib-src/mr/config1
2 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 14ebb9c6..040a2d36 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -231,6 +231,7 @@ windows side-by-side in the frame."
'(gnus-directory "~/local/News/")
'(gnus-extra-headers '(To Cc List-Id))
'(gnus-gcc-mark-as-read t)
+ '(gnus-global-score-files '("~/doc/News/"))
'(gnus-interactive-exit 'quiet)
'(gnus-kill-files-directory "~/src/athpriv/News/")
'(gnus-kill-summary-on-exit t nil nil "Would prefer nil but t seems advisable for notmuch groups.")
diff --git a/lib-src/mr/config b/lib-src/mr/config
index c1a020ae..5a54d143 100644
--- a/lib-src/mr/config
+++ b/lib-src/mr/config
@@ -208,7 +208,6 @@ autoci =
fixups =
# Drop score files unused by master or origin/master for a week.
- # We keep an additional backup of most of all.SCORE committed to ~/doc/.
[ "$MR_ACTION" = checkout -o "$MR_ACTION" = update ] || git fetch origin
git annex unused \
--used-refspec="+refs/heads/master:+refs/remotes/origin/master" \