From b9ee2347b39a641feeb3d6894dbfa0180b5a3369 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Thu, 6 Jan 2022 17:01:08 -0800 Subject: [PATCH] If I want to order the GPGs that it chooses The linux location needs to be specified. --- bootstrap.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.org b/bootstrap.org index 0d94f5f..1bbb75f 100644 --- a/bootstrap.org +++ b/bootstrap.org @@ -118,7 +118,8 @@ And I need to install the [[https://gpgtools.org/][GPG Suite]]. While very nice, :straight (:type built-in) :custom (epg-gpg-program (or (executable "/usr/local/MacGPG2/bin/gpg") (executable "/usr/local/bin/gpg") - (executable "/usr/local/opt/gpg"))) + (executable "/usr/local/opt/gpg") + (executable "/usr/bin/pgp"))) :config (epa-file-enable)) #+END_SRC ** Basic Libraries