summaryrefslogtreecommitdiff
path: root/config/emacs.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-02-16 23:13:47 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-02-16 23:13:47 -0800
commit06198567765055febc8829f9f2ca398dd6817d93 (patch)
tree8553f885ae27fc7f64dc3655802dc3c129416f99 /config/emacs.org
parentefe21725f8d68a6be6fb3c4697c88666d11b13a8 (diff)
finish up most of the sysadmin work
Diffstat (limited to 'config/emacs.org')
-rw-r--r--config/emacs.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/emacs.org b/config/emacs.org
index c919b96..69316e5 100644
--- a/config/emacs.org
+++ b/config/emacs.org
@@ -767,6 +767,8 @@ Email in emacs can be done with Mu4e.
(use-package mu4e
:after smtpmail
+ :hook
+ ((mu4e-compose-mode . mml-secure-message-sign-pgpmime))
:custom
(mu4e-drafts-folder "/Drafts" "Set drafts folder mu db")
(mu4e-sent-folder "/Sent" "Set sent folder in mu db")
@@ -784,6 +786,10 @@ Email in emacs can be done with Mu4e.
(mu4e-headers-auto-update t "Auto-updates feed")
(mu4e-view-show-images t "Shows images")
(mu4e-compose-signature-auto-include nil)
+ (mml-secure-openpgp-sign-with-sender t)
+ (mml-secure-openpgp-signers (list system-gpgkey))
+ (mail-user-agent 'mu4e-user-agent)
+ (message-mail-user-agent 'mu4e-user-agent)
(mu4e-use-fancy-chars t "Random option to make mu4e look nicer"))
#+end_src
** Music