Fix using pass as auth source in emacs

This commit is contained in:
Charlotte Van Petegem 2021-07-03 11:54:53 +02:00
parent 807815bbab
commit 56955f9898
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -56,6 +56,11 @@
)
)
(use-package auth-source-pass
:ensure nil
:custom
(auth-source-pass-filename "~/repos/passwords"))
;; Better defaults that aren't defaults for some reason.
(use-package better-defaults
;; But don't enable ido-mode...
@ -109,7 +114,6 @@
:custom
(inhibit-startup-screen t "Don't show default startup screen")
(auth-sources '(password-store))
(auth-source-pass-filename "~/repos/passwords")
:config
;; Only ask for y/n, never for yes/no.
(defalias 'yes-or-no-p 'y-or-n-p)