Update emacs.org

This commit is contained in:
Sako 2023-12-23 16:30:48 +04:00 committed by GitHub
parent 9f94523897
commit 631816cb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1320,6 +1320,13 @@ I should just switch to Linux at this point :(
(use-package smtpmail
:straight t)
#+end_src
** Epg
#+begin_src emacs-lisp
(use-package epg
:straight t
:config
(setq epg-inentry-mode 'loopback))
#+end_src
* Org Mode Configuration Setup
** Babel Languages
#+begin_src emacs-lisp