From 0567bcba7aa98c821560c6e9d9ea085b803bc6e4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 16 Oct 2019 19:25:23 -0400 Subject: [PATCH] emacs: update signature, sign messages by default --- .emacs.d/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4449544..8779ea9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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) -- 2.20.1