If I want to order the GPGs that it chooses

The linux location needs to be specified.
This commit is contained in:
Howard Abrams 2022-01-06 17:01:08 -08:00
parent 1a870cc168
commit b9ee2347b3

View file

@ -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