This commit is contained in:
Sakooooo 2023-12-24 14:13:48 +04:00
parent d330a0976e
commit 4531e22f49
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 0 additions and 10 deletions

View file

@ -1322,12 +1322,6 @@ I should just switch to Linux at this point :(
(use-package smtpmail (use-package smtpmail
:straight t) :straight t)
#+end_src #+end_src
** Emacs Pinentry
#+begin_src emacs-lisp
(use-package pinentry
:straight t
:config (pinentry-start))
#+end_src
* Org Mode Configuration Setup * Org Mode Configuration Setup
** Babel Languages ** Babel Languages
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

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