we
This commit is contained in:
parent
6e678c9918
commit
c13d32f8d7
3 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
# enableSSHSupport = true;
|
||||
settings = {
|
||||
allow-loopback-entry = true;
|
||||
allow-emacs-pinentry = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue