diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-06-06T19·05+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-06-06T19·05+0200 |
commit | 9576f7352677f41d4a946f5ca4e15f1311109f46 (patch) | |
tree | 6abca1160f44a096bdf69ba43344d10082a2dac0 /init/settings.el | |
parent | c1c102665cf42a4b91a377fae550ebb34f3b9c53 (diff) |
fix(settings): Require password-store related libraries
These libraries are no longer auto-required because I don't actually use the default ivy-pass anymore, just some helper functions from the libs.
Diffstat (limited to 'init/settings.el')
-rw-r--r-- | init/settings.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/settings.el b/init/settings.el index d7c0674fd534..904f6eda031f 100644 --- a/init/settings.el +++ b/init/settings.el @@ -1,4 +1,6 @@ (require 'uniquify) +(require 'password-store) +(require 'ivy-pass) ;; Make ivy go! (ivy-mode 1) |