config/emacs: add pass major mode

This commit is contained in:
Sakooooo 2024-10-06 17:00:41 +04:00
parent f9ad9f200a
commit 737cbe2712
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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