summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-10-16 19:25:23 -0400
committerAmin Bandali <bandali@gnu.org>2019-10-16 19:25:23 -0400
commit0567bcba7aa98c821560c6e9d9ea085b803bc6e4 (patch)
treed43cb00ed1b369d80368ba4c3998d3c0e40e4ea9 /.emacs.d/init.el
parent78f2a2b0d40c9d427c71cbd11cc9e3b59dc77b7e (diff)
downloadconfigs-0567bcba7aa98c821560c6e9d9ea085b803bc6e4.tar.gz
configs-0567bcba7aa98c821560c6e9d9ea085b803bc6e4.tar.xz
configs-0567bcba7aa98c821560c6e9d9ea085b803bc6e4.zip
emacs: update signature, sign messages by default
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el8
1 files 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)