diff pers-init.el @ 33:ce71d12b00ad

don't load gnus-init etc. if mail is not expected
author Henry S Thompson <ht@inf.ed.ac.uk>
date Sun, 08 Oct 2023 17:42:52 +0100
parents cb9b76219c55
children ce8241eb1d61 642211cbf13a
line wrap: on
line diff
--- a/pers-init.el	Sun Oct 08 16:36:27 2023 +0100
+++ b/pers-init.el	Sun Oct 08 17:42:52 2023 +0100
@@ -260,7 +260,8 @@
 		     (setq ht-default-config (current-window-configuration)))))
 		)
   (message "gnus-init")
-  (require 'gnus-init)
+  (site-caseq ((edin markup maritain)
+	       (require 'gnus-init)))
   )
   ;; vanilla v19 goes here
   ;; probably stale/broken