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
|
(use-package smtpmail
|
||||||
:straight t)
|
:straight t)
|
||||||
#+end_src
|
#+end_src
|
||||||
** Epg
|
** Emacs Pinentry
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package epg
|
(use-package pinentry
|
||||||
:straight t
|
:straight t
|
||||||
:config
|
:config (pinentry-start))
|
||||||
(setq epg-pinentry-mode 'loopback))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
* Org Mode Configuration Setup
|
* Org Mode Configuration Setup
|
||||||
** Babel Languages
|
** Babel Languages
|
||||||
|
|
|
@ -1093,10 +1093,9 @@ kept-old-versions 5)
|
||||||
(use-package smtpmail
|
(use-package smtpmail
|
||||||
:straight t)
|
:straight t)
|
||||||
|
|
||||||
(use-package epg
|
(use-package pinentry
|
||||||
:straight t
|
:straight t
|
||||||
:config
|
:config (pinentry-start))
|
||||||
(setq epg-pinentry-mode 'loopback))
|
|
||||||
|
|
||||||
(org-babel-do-load-languages
|
(org-babel-do-load-languages
|
||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
settings = {
|
settings = {
|
||||||
allow-loopback-entry = true;
|
allow-loopback-entry = true;
|
||||||
|
allow-emacs-pinentry = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue