changeset 37:fc30f30d88d7

refill and merge
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 22 Nov 2023 22:37:31 +0000
parents 642211cbf13a (current diff) ce8241eb1d61 (diff)
children 38d8baf64ac5
files pers-init.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pers-init.el	Wed Nov 22 22:31:53 2023 +0000
+++ b/pers-init.el	Wed Nov 22 22:37:31 2023 +0000
@@ -20,9 +20,9 @@
 ;;; mail stuff
 (site-caseq (edin
 	     (setq mail-archive-file-name (concat "/disk/scratch/mail/cpy/general/"
-				     (format-time-string
-				      "%Y-%m" (current-time))
-				     ".mbox")))
+						  (format-time-string
+						   "%Y-%m" (current-time))
+						  ".mbox")))
 	    (t (setq mail-archive-file-name "~/mail/cpy/general")))