gpg in emacs???

This commit is contained in:
Sakooooo 2023-12-24 13:35:08 +04:00
parent 6da9d844ce
commit 97c3c4fe55
Signed by: sako
GPG key ID: FE52FD65B76E4751
3 changed files with 5 additions and 2 deletions

View file

@ -1333,7 +1333,7 @@ I should just switch to Linux at this point :(
(use-package epg
:straight t
:config
(setq epg-inentry-mode 'loopback))
(setq epg-pinentry-mode 'loopback))
#+end_src
* Org Mode Configuration Setup
** Babel Languages

View file

@ -1096,7 +1096,7 @@ kept-old-versions 5)
(use-package epg
:straight t
:config
(setq epg-inentry-mode 'loopback))
(setq epg-pinentry-mode 'loopback))
(org-babel-do-load-languages
'org-babel-load-languages

View file

@ -117,6 +117,9 @@
enable = true;
pinentryFlavor = "gtk2";
# enableSSHSupport = true;
settings = {
allow-loopback-entry = true;
};
};
programs.git = {