emacs: update signature, sign messages by default
authorAmin Bandali <bandali@gnu.org>
Wed, 16 Oct 2019 23:25:23 +0000 (19:25 -0400)
committerAmin Bandali <bandali@gnu.org>
Wed, 16 Oct 2019 23:25:23 +0000 (19:25 -0400)
.emacs.d/init.el

index 4449544..8779ea9 100644 (file)
@@ -1249,7 +1249,6 @@ This function is intended for use with `ivy-ignore-buffers'."
   :mode "\\.bashrc$")
 
 (use-package company
-  :defer 0.6
   :bind
   (:map company-active-map
         ([tab]    . company-complete-common-or-cycle)
@@ -2285,11 +2284,11 @@ This function is intended for use with `ivy-ignore-buffers'."
 (use-feature gnus-msg
   :config
   (defvar b/signature "Amin Bandali
-Free Software Activist | GNU Webmaster & Volunteer
+Free Software Activist | GNU Maintainer & Webmaster
 GPG: BE62 7373 8E61 6D6D 1B3A  08E8 A21A 0202 4881 6103
 https://shemshak.org/~amin")
   (defvar b/gnu-signature "Amin Bandali
-Free Software Activist | GNU Webmaster & Volunteer
+Free Software Activist | GNU Maintainer & Webmaster
 GPG: BE62 7373 8E61 6D6D 1B3A  08E8 A21A 0202 4881 6103
 https://bandali.eu.org")
   (defvar b/uw-signature "Amin Bandali, MMath Student
@@ -2323,7 +2322,8 @@ https://csclub.uwaterloo.ca/~abandali")
           ("nnimap\\+csc:.*"
            (address "bandali@csclub.uwaterloo.ca")
            (signature b/csc-signature)
-           (gcc "nnimap+csc:Sent")))))
+           (gcc "nnimap+csc:Sent"))))
+  :hook (gnus-message-setup . mml-secure-message-sign))
 
 (use-feature gnus-topic
   :hook (gnus-group-mode . gnus-topic-mode)