its so over
This commit is contained in:
parent
67ce8ffdd6
commit
9afedc9be7
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue