about summary refs log tree commit diff
path: root/modules/workstation/emacs/init.el
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-03-14 20:47:02 +0000
committerAlyssa Ross <hi@alyssa.is>2021-03-15 17:07:14 +0000
commit6b478b8abf3868b3ac8a0dbf35a1c873dcb951e3 (patch)
tree419f05a396ad2a8d5696a8fbb4a66cd27d9ccfdd /modules/workstation/emacs/init.el
parentebae35425aba95f9c9fd45e735355d6ff5ac0c4e (diff)
downloadnixlib-6b478b8abf3868b3ac8a0dbf35a1c873dcb951e3.tar
nixlib-6b478b8abf3868b3ac8a0dbf35a1c873dcb951e3.tar.gz
nixlib-6b478b8abf3868b3ac8a0dbf35a1c873dcb951e3.tar.bz2
nixlib-6b478b8abf3868b3ac8a0dbf35a1c873dcb951e3.tar.lz
nixlib-6b478b8abf3868b3ac8a0dbf35a1c873dcb951e3.tar.xz
nixlib-6b478b8abf3868b3ac8a0dbf35a1c873dcb951e3.tar.zst
nixlib-6b478b8abf3868b3ac8a0dbf35a1c873dcb951e3.zip
modules/emacs: additionally encrypt mail to sender
Otherwise, mail will be generated that I can't read, only the recipient!
Diffstat (limited to 'modules/workstation/emacs/init.el')
-rw-r--r--modules/workstation/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index 86c6e41b6e7b..3a513e69bec2 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -156,6 +156,7 @@
 (setq Man-notify-method 'pushy)
 
 ;;; MML ;;;
+(setq mml-secure-openpgp-encrypt-to-self t)
 (setq mml-secure-openpgp-signers '("757356D779BBB888773E415E736CCDF9EF51BD97"))
 
 ;;; Nix support ;;;