nvm
This commit is contained in:
parent
d330a0976e
commit
4531e22f49
2 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue