its so over

This commit is contained in:
Sakooooo 2024-10-13 14:43:00 +04:00
parent 67ce8ffdd6
commit 9afedc9be7
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -620,11 +620,8 @@ kept-old-versions 5)
(unless (eq system-type 'windows-nt) (unless (eq system-type 'windows-nt)
(use-package pinentry (use-package pinentry
:config :config
(setq epa-pinentry-mode 'loopback)) (setq epa-pinentry-mode 'loopback)
(pinentry-start) (pinentry-start))
(defun pinentry-emacs (desc prompt ok error)
(let ((str (read-passwd (concat (replace-regexp-in-string "%22" "\"" (replace-regexp-in-string "%0A" "\n" desc)) prompt ": "))))
str))
) )
#+end_src #+end_src
** Password-Store ** Password-Store