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)
|
||||
(use-package pinentry
|
||||
:config
|
||||
(setq epa-pinentry-mode 'loopback))
|
||||
(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))
|
||||
(setq epa-pinentry-mode 'loopback)
|
||||
(pinentry-start))
|
||||
)
|
||||
#+end_src
|
||||
** Password-Store
|
||||
|
|
Loading…
Reference in a new issue