X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/ef1cf29ad9cb8dca9c2c3be3d563e2ba0ab8310e..e8a7d9af83b8f8869a02322bc670f3f7904f6027:/init.org diff --git a/init.org b/init.org index fa22736..221335c 100644 --- a/init.org +++ b/init.org @@ -356,7 +356,7 @@ in my shell. (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 @@ -611,7 +611,7 @@ Enable automatic reloading of changed buffers and files. #+begin_src emacs-lisp (global-auto-revert-mode 1) (setq auto-revert-verbose nil - global-auto-revert-non-file-buffers t) + global-auto-revert-non-file-buffers nil) #+end_src *** Always use space for indentation @@ -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"))))