diff options
| author | Amin Bandali <bandali@gnu.org> | 2019-12-25 02:28:07 -0500 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2019-12-25 02:32:11 -0500 | 
| commit | b5d27509796756268427e529c4acffaa66e20b67 (patch) | |
| tree | 212ac5e7eddbf982715cef14cc93edc3ff62466c | |
| parent | 4319a2ff7299d2b677c709fdcee29e5444d83284 (diff) | |
| download | configs-b5d27509796756268427e529c4acffaa66e20b67.tar.gz configs-b5d27509796756268427e529c4acffaa66e20b67.tar.xz configs-b5d27509796756268427e529c4acffaa66e20b67.zip | |
emacs: minor updates
Diffstat (limited to '')
| -rw-r--r-- | .emacs.d/init.el | 13 | ||||
| -rw-r--r-- | .signature | 4 | 
2 files changed, 8 insertions, 9 deletions
| diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9b8fb13..d8cc455 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -17,9 +17,9 @@  ;;; Commentary: -;; Emacs configuration of Amin Bandali, computer scientist, functional -;; programmer, and free software activist.  Uses straight.el for -;; purely functional and fully reproducible package management. +;; Emacs configuration of Amin Bandali, computer scientist, free +;; software activist, GNU maintainer & webmaster.  Uses straight.el +;; for purely functional and fully reproducible package management.  ;; Over the years, I've taken inspiration from configurations of many  ;; great people.  Some that I can remember off the top of my head are: @@ -2484,10 +2484,6 @@ This function is intended for use with `ivy-ignore-buffers'."  (use-feature gnus-msg    :config -  (defvar b/gnu-signature "Amin Bandali -Free Software Activist | GNU Maintainer & Webmaster -GPG: BE62 7373 8E61 6D6D 1B3A  08E8 A21A 0202 4881 6103 -https://bandali.eu.org")    (defvar b/shemshak-signature "Amin Bandali  https://shemshak.org/~amin")    (defvar b/uw-signature "Amin Bandali, MMath Student @@ -2501,8 +2497,7 @@ https://csclub.uwaterloo.ca/~abandali")    (setq gnus-message-replysign t          gnus-posting-styles          '((".*" -           (address "bandali@gnu.org") -           (signature b/gnu-signature)) +           (address "bandali@gnu.org"))            ("nnimap\\+gnu:l\\..*"             (signature nil))            ((header "subject" "ThankCRM") diff --git a/.signature b/.signature new file mode 100644 index 0000000..2baf48a --- /dev/null +++ b/.signature @@ -0,0 +1,4 @@ +Amin Bandali +Free Software Activist | GNU Maintainer & Webmaster +GPG: BE62 7373 8E61 6D6D 1B3A  08E8 A21A 0202 4881 6103 +https://bandali.eu.org | 
