summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-04-06 14:35:33 -0400
committerJune McEnroe <june@causal.agency>2016-04-06 14:35:33 -0400
commit75c11bff7be93fe4c61357ccd94377b3fed57b00 (patch)
tree44ccb6214c4b87c63289632c22e621850db8c710
parentSet iTerm font to Pointfree (diff)
downloadsrc-75c11bff7be93fe4c61357ccd94377b3fed57b00.tar.gz
src-75c11bff7be93fe4c61357ccd94377b3fed57b00.zip
Use standard socket for gpg-agent
Diffstat (limited to '')
-rw-r--r--.gnupg/gpg-agent.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf
index d9704a51..a3248d08 100644
--- a/.gnupg/gpg-agent.conf
+++ b/.gnupg/gpg-agent.conf
@@ -1 +1,2 @@
+use-standard-socket
 pinentry-program /usr/local/bin/pinentry-mac
p;follow=1'>Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe