docs(emacs misc): automatically start pinentry on Emacs launch
deploy / build (push) Failing after 1m35s Details

This commit is contained in:
Lucien Cartier-Tilet 2024-01-28 04:11:27 +01:00
parent a75cad33c5
commit 60a90c2feb
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

View File

@ -252,7 +252,8 @@ Wayland or X11.
#+begin_src emacs-lisp
(use-package pinentry
:straight (:build t)
:defer nil)
:defer nil
:init (pinentry-start))
#+end_src
** SICP