summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-11-15 15:23:30 -0500
committerAmin Bandali <bandali@gnu.org>2018-11-15 15:23:30 -0500
commitc2f969a565d859fc7bcf7df87dbc6928ecc65bb5 (patch)
tree57c412d579dc076c2a9158b50fc08a5c435811f1 /init.org
parentdfe440bcc2729d9da9c11eea890655c7e4e3e877 (diff)
downloadconfigs-c2f969a565d859fc7bcf7df87dbc6928ecc65bb5.tar.gz
configs-c2f969a565d859fc7bcf7df87dbc6928ecc65bb5.tar.xz
configs-c2f969a565d859fc7bcf7df87dbc6928ecc65bb5.zip
[emacs] say hi and greetings for me :)
also, i think i prefer no prefix to ">>>>> " for reference header
Diffstat (limited to 'init.org')
-rw-r--r--init.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/init.org b/init.org
index d5ea7ff..480f73f 100644
--- a/init.org
+++ b/init.org
@@ -1923,7 +1923,8 @@ For when I /have to/ use GH.
:config
(setq gnus-posting-styles
'((".*"
- (address "amin@aminb.org"))
+ (address "amin@aminb.org")
+ (body "\nBest,\namin\n"))
("gnu.*"
(address "bandali@gnu.org"))
("nnimap\\+uwaterloo:.*"
@@ -2016,6 +2017,7 @@ Convenient footnotes in =message-mode=.
(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
@@ -2024,7 +2026,7 @@ Convenient footnotes in =message-mode=.
(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"))))