(mapc #'disable-theme custom-enabled-themes))
#+end_src
-** COMMENT Server
+** Server
Start server if not already running. Alternatively, can be done by
issuing =emacs --daemon= in the terminal, which can be automated with
:config
(setq gnus-posting-styles
'((".*"
- (address "amin@aminb.org"))
+ (address "amin@aminb.org")
+ (body "\nBest,\namin\n"))
("gnu.*"
(address "bandali@gnu.org"))
("nnimap\\+uwaterloo:.*"
(setq sc-nested-citation-p t
;; sc-cite-blank-lines-p t
sc-citation-leader ""
+ sc-reference-tag-string ""
sc-auto-fill-region-p nil
sc-confirm-always-p nil)
:config
(let ((sc-mumble "")
(whofrom (sc-whofrom)))
(if whofrom
- (insert (sc-hdr "Hi " (sc-mail-field "sc-firstname") ", \n\n")
+ (insert (sc-hdr "Hi " (sc-mail-field "sc-firstname") ",\n\n")
sc-reference-tag-string
whofrom
" writes:\n"))))