docs(emacs misc): use Emacs as pinentry program

This commit is contained in:
Lucien Cartier-Tilet 2024-01-26 04:47:12 +01:00
parent 22f7987d03
commit b45a86da74
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 11 additions and 0 deletions

View File

@ -233,6 +233,17 @@ and builds a heatmap out of it.
"Main Page")))) ; Default page
#+end_src
** Pinentry
I like to use Emacs as my pinentry program. Mainly because its the
easiest way for me to type then when Im SSHing into my machine, but
also because it just works the same regardless whether Im using
Wayland or X11.
#+begin_src emacs-lisp
(use-package pinentry
:straight (:build t)
:defer nil)
#+end_src
** SICP
Who would get interested in Emacs and not want to read the SICP?
Moreover, inside Emacs?