Skip to content

Commit

Permalink
workaround gnupg 2.4 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Feb 15, 2024
1 parent 704432b commit 2863931
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisp/init-essential.el
Original file line number Diff line number Diff line change
Expand Up @@ -306,5 +306,9 @@ If OTHER-SOURCE is 2, get keyword from `kill-ring'."

;; }}

;; workaround gnupg 2.4 bug
;; @see https://emacs-china.org/t/gnupg-2-4-1-easypg/25264/7
(fset 'epg-wait-for-status 'ignore)

(provide 'init-essential)
;;; init-essential.el ends here

0 comments on commit 2863931

Please sign in to comment.