config/emacs: add pass major mode
This commit is contained in:
parent
f9ad9f200a
commit
737cbe2712
1 changed files with 2 additions and 0 deletions
|
@ -632,6 +632,8 @@ kept-old-versions 5)
|
||||||
:config
|
:config
|
||||||
(setq password-store-password-length 12))
|
(setq password-store-password-length 12))
|
||||||
|
|
||||||
|
(use-package pass)
|
||||||
|
|
||||||
(auth-source-pass-enable)
|
(auth-source-pass-enable)
|
||||||
#+end_src
|
#+end_src
|
||||||
** OAuth2
|
** OAuth2
|
||||||
|
|
Loading…
Reference in a new issue