Compare commits

...

2 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet db11853491
feat: auto tangle org files on save
deploy / build (push) Successful in 2m20s Details
2024-01-27 11:57:05 +01:00
Lucien Cartier-Tilet b45a86da74
docs(emacs misc): use Emacs as pinentry program 2024-01-27 11:57:01 +01:00
2 changed files with 13 additions and 1 deletions

View File

@ -2,4 +2,5 @@
;;; For more information see (info "(emacs) Directory Variables")
((org-mode . ((org-list-allow-alphabetical . nil)
(org-confirm-babel-evaluate . nil))))
(org-confirm-babel-evaluate . nil)
(eval . (add-hook 'after-save-hook #'org-babel-tangle)))))

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?