docs(emacs misc): use Emacs as pinentry program
This commit is contained in:
parent
22f7987d03
commit
b45a86da74
@ -233,6 +233,17 @@ and builds a heatmap out of it.
|
|||||||
"Main Page")))) ; Default page
|
"Main Page")))) ; Default page
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Pinentry
|
||||||
|
I like to use Emacs as my pinentry program. Mainly because it’s the
|
||||||
|
easiest way for me to type then when I’m SSHing into my machine, but
|
||||||
|
also because it just works the same regardless whether I’m using
|
||||||
|
Wayland or X11.
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package pinentry
|
||||||
|
:straight (:build t)
|
||||||
|
:defer nil)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** SICP
|
** SICP
|
||||||
Who would get interested in Emacs and not want to read the SICP?
|
Who would get interested in Emacs and not want to read the SICP?
|
||||||
Moreover, inside Emacs?
|
Moreover, inside Emacs?
|
||||||
|
Loading…
Reference in New Issue
Block a user