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-01-25 15:07:20 +0000
committerAlyssa Ross <hi@alyssa.is>2021-01-25 15:28:05 +0000
commit00e497ad9fa1b3b95e55d836832079b06f6fd5f9 (patch)
treebcf645035b08e5a82d0e28be2421644ae78894a2 /modules/workstation/emacs/init.el
parentf8135e65b6bd3d776aa1ceb602fe42427ced0fca (diff)
downloadnixlib-00e497ad9fa1b3b95e55d836832079b06f6fd5f9.tar
nixlib-00e497ad9fa1b3b95e55d836832079b06f6fd5f9.tar.gz
nixlib-00e497ad9fa1b3b95e55d836832079b06f6fd5f9.tar.bz2
nixlib-00e497ad9fa1b3b95e55d836832079b06f6fd5f9.tar.lz
nixlib-00e497ad9fa1b3b95e55d836832079b06f6fd5f9.tar.xz
nixlib-00e497ad9fa1b3b95e55d836832079b06f6fd5f9.tar.zst
nixlib-00e497ad9fa1b3b95e55d836832079b06f6fd5f9.zip
modules/emacs: sign mail with the right key
Without this, Emacs would ask which key to use, since I have
machine-specific signing keys as well (that shouldn't be used for
signing mail).
Diffstat (limited to 'modules/workstation/emacs/init.el')
-rw-r--r--modules/workstation/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index bdfb1b9b155b..1c39bf187ba9 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -139,6 +139,9 @@
 ;; cross-references.
 (setq Man-notify-method 'pushy)
 
+;;; MML ;;;
+(setq mml-secure-openpgp-signers '("757356D779BBB888773E415E736CCDF9EF51BD97"))
+
 ;;; Nix support ;;;
 (defun browse-url-nixpkgs (attr)
   "Open a browser to the homepage for the Nixpkgs attribute ATTR."