mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update password-store +auth to only use auth-source-pass
Now that auth-password-store has been renamed to auth-source-pass and it matches the same feature included in emacs 26 under the same name we don't need custom checks and package loading.
This commit is contained in:
@ -12,9 +12,7 @@
|
||||
|
||||
;;;###autoload
|
||||
(defalias '+pass--get-entry
|
||||
(if (featurep 'auth-store-pass)
|
||||
#'auth-source-pass-parse-entry
|
||||
#'auth-pass-parse-entry))
|
||||
#'auth-source-pass-parse-entry)
|
||||
|
||||
;;;###autoload
|
||||
(defun +pass-get-field (entry fields)
|
||||
|
Reference in New Issue
Block a user