auth-password-store

https://github.com/DamienCassou/auth-password-store.git

git clone 'git://github.com/DamienCassou/auth-password-store.git'
3

auth-password-store

Summary

Integrate Emacs' auth-source with password-store. The auth-source library is a way for Emacs to answer the old burning question “What are my user name and password?”. Password-store (or just pass) is a standard unix password manager following the Unix philosophy.

The auth-password-store project is a password-store backend for auth-source.

Installing

Use melpa.

Setup

Add the folowwing to your =init.el= file:

(require 'auth-password-store)
(auth-pass-enable)

Contributing

Yes, please do! See CONTRIBUTING for guidelines.

License

See COPYING. Copyright (c) 2015 Damien Cassou & Nicolas Petton.