about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--init/settings.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init/settings.el b/init/settings.el
index 00ede17e91fe..d7c0674fd534 100644
--- a/init/settings.el
+++ b/init/settings.el
@@ -66,6 +66,11 @@
 (setq epa-pinentry-mode 'loopback)
 (pinentry-start)
 
+;; Configure password-store as an auth-source
+;; (this requires emacs 26)
+(require 'auth-source-pass)
+(auth-source-pass-enable)
+
 ;; Close mail buffers after sending mail
 (setq message-kill-buffer-on-exit t)