Emacs: Remove auth-source-pass workaround.

master
Pierre Neidhardt 2020-09-27 11:58:45 +02:00
parent aff8b7dd11
commit d5aaf55309
1 changed files with 0 additions and 3 deletions

View File

@ -353,9 +353,6 @@
(setq ws-butler-keep-whitespace-before-point nil))
(setq auth-sources '("~/.authinfo.gpg" "~/.authinfo" "~/.netrc"))
;; Emacs 26 embedded auth-source-pass seems to be broken (it complains about an unknown source 'password-store).
(load "~/.guix-extra-profiles/emacs/emacs/share/emacs/site-lisp/auth-source-pass.el"
'noerror) ; TODO: Remove with Emacs 27?
(add-to-list 'auth-sources 'password-store 'append)
;; Visual