summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2015-05-11 16:55:29 +0200
committerAlan Pearce2015-05-11 16:55:29 +0200
commitc8f84ed394e4773d8bc6d499368708db0ad1570a (patch)
treee685ac1f1820fd4b15a8cf2ed5b75886ee164041 /tag-emacs/emacs.d/init.el
parentf605e559c20a2ba6afd60e45ef549b1daaa949fe (diff)
downloadnixfiles-c8f84ed394e4773d8bc6d499368708db0ad1570a.tar.lz
nixfiles-c8f84ed394e4773d8bc6d499368708db0ad1570a.tar.zst
nixfiles-c8f84ed394e4773d8bc6d499368708db0ad1570a.zip
Emacs: Install and configure password-store
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 7b946f17..7275e85f 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -445,6 +445,10 @@
                      recentf-save-file (expand-file-name "recentf" user-emacs-directory))
                (recentf-mode 1)))
 
+(req-package password-store
+  :config (progn
+            (setq password-store-password-length 16)))
+
 (req-package saveplace
   :config (progn (setq-default save-place t)
                  (setq save-place-file (expand-file-name ".saveplace" user-emacs-directory))))