gpg in emacs???
This commit is contained in:
parent
6da9d844ce
commit
97c3c4fe55
3 changed files with 5 additions and 2 deletions
|
@ -1333,7 +1333,7 @@ I should just switch to Linux at this point :(
|
||||||
(use-package epg
|
(use-package epg
|
||||||
:straight t
|
:straight t
|
||||||
:config
|
:config
|
||||||
(setq epg-inentry-mode 'loopback))
|
(setq epg-pinentry-mode 'loopback))
|
||||||
#+end_src
|
#+end_src
|
||||||
* Org Mode Configuration Setup
|
* Org Mode Configuration Setup
|
||||||
** Babel Languages
|
** Babel Languages
|
||||||
|
|
|
@ -1096,7 +1096,7 @@ kept-old-versions 5)
|
||||||
(use-package epg
|
(use-package epg
|
||||||
:straight t
|
:straight t
|
||||||
:config
|
:config
|
||||||
(setq epg-inentry-mode 'loopback))
|
(setq epg-pinentry-mode 'loopback))
|
||||||
|
|
||||||
(org-babel-do-load-languages
|
(org-babel-do-load-languages
|
||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
|
|
|
@ -117,6 +117,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "gtk2";
|
pinentryFlavor = "gtk2";
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
|
settings = {
|
||||||
|
allow-loopback-entry = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
Loading…
Reference in a new issue