comparison gnus-init.el @ 50:b9f63d88037e

compile w/o error
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 08 Jan 2024 17:41:03 +0000
parents 67c04dbeb162
children 32a75a4db17b
comparison
equal deleted inserted replaced
49:424feadd4c76 50:b9f63d88037e
1 ;; gnus customisation 1 ;; gnus customisation
2
3 (eval-when-compile
4 (setq my-mail-dir "/bogus") ; will be overwritten by the following
5 )
2 6
3 (site-caseq (edin 7 (site-caseq (edin
4 (require 'mail-from-inf)) 8 (require 'mail-from-inf))
5 (maritain 9 (maritain
6 (require 'mail-from-m) 10 (require 'mail-from-m))
7 )) 11 )
8 12
9 ;; things based on my-mail-dir, or set-ht-compiled-split 13 ;; things based on my-mail-dir, or set-ht-compiled-split
10 ;; which are defined in one of the above 14 ;; which are defined in one of the above
11 15
12 (set-ht-compiled-split) 16 (set-ht-compiled-split)