This commit is contained in:
Sakooooo 2023-12-24 14:10:45 +04:00
parent 6e678c9918
commit c13d32f8d7
Signed by: sako
GPG key ID: FE52FD65B76E4751
3 changed files with 6 additions and 7 deletions

View file

@ -1328,12 +1328,11 @@ I should just switch to Linux at this point :(
(use-package smtpmail
:straight t)
#+end_src
** Epg
** Emacs Pinentry
#+begin_src emacs-lisp
(use-package epg
(use-package pinentry
:straight t
:config
(setq epg-pinentry-mode 'loopback))
:config (pinentry-start))
#+end_src
* Org Mode Configuration Setup
** Babel Languages

View file

@ -1093,10 +1093,9 @@ kept-old-versions 5)
(use-package smtpmail
:straight t)
(use-package epg
(use-package pinentry
:straight t
:config
(setq epg-pinentry-mode 'loopback))
:config (pinentry-start))
(org-babel-do-load-languages
'org-babel-load-languages

View file

@ -119,6 +119,7 @@
# enableSSHSupport = true;
settings = {
allow-loopback-entry = true;
allow-emacs-pinentry = true;
};
};