Skip to content

Commit b9f0f3e

Browse files
committed
my-gpg: drop fixup from focus changes
I think this is too much, I've had it patched out for a while.
1 parent ddb502e commit b9f0f3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: my-gpg.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
(setenv "SSH_AUTH_SOCK" (match-string 1 ssh))))))
5656

5757
(when (getenv "DISPLAY")
58-
(add-hook 'after-make-frame-functions 'my-fixup-gpg-agent)
59-
(add-hook 'after-focus-change-function 'my-fixup-gpg-agent))
58+
(add-hook 'after-make-frame-functions 'my-fixup-gpg-agent))
6059

6160
(use-package epa-file
6261
:if (string-match "socrates" (system-name))

0 commit comments

Comments
 (0)