If I want to order the GPGs that it chooses
The linux location needs to be specified.
This commit is contained in:
parent
1a870cc168
commit
b9ee2347b3
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ And I need to install the [[https://gpgtools.org/][GPG Suite]]. While very nice,
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:custom (epg-gpg-program (or (executable "/usr/local/MacGPG2/bin/gpg")
|
:custom (epg-gpg-program (or (executable "/usr/local/MacGPG2/bin/gpg")
|
||||||
(executable "/usr/local/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))
|
:config (epa-file-enable))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Basic Libraries
|
** Basic Libraries
|
||||||
|
|
Loading…
Reference in a new issue