Skip to content

Commit

Permalink
add pinentry
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol-yang committed Feb 25, 2024
1 parent ab2c05d commit 2f21baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisp/init-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,9 @@ BUFFER and ALIST are as for `display-buffer-full-frame'."
;; electric pair mode
(add-hook 'prog-mode-hook 'electric-pair-mode)

;; pinentry for GnuPG
(setq epa-pinentry-mode 'loopback)
(pinentry-start)

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

0 comments on commit 2f21baa

Please sign in to comment.