From 00e497ad9fa1b3b95e55d836832079b06f6fd5f9 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 25 Jan 2021 15:07:20 +0000 Subject: 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). --- modules/workstation/emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/workstation/emacs/init.el') 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." -- cgit 1.4.1