docs(emacs misc): automatically start pinentry on Emacs launch
Some checks failed
deploy / build (push) Failing after 1m35s
Some checks failed
deploy / build (push) Failing after 1m35s
This commit is contained in:
parent
a75cad33c5
commit
60a90c2feb
@ -252,7 +252,8 @@ Wayland or X11.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package pinentry
|
(use-package pinentry
|
||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:defer nil)
|
:defer nil
|
||||||
|
:init (pinentry-start))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** SICP
|
** SICP
|
||||||
|
Loading…
Reference in New Issue
Block a user