diff --git a/config.org b/config.org index 97d656c..525394d 100644 --- a/config.org +++ b/config.org @@ -324,10 +324,12 @@ needs to be set up to install them if they aren't already. * Passwords This was a little more work than I expected... =password-store= - provides a nice interface to =pass=: + provides a nice interface to =pass=, but annoyingly appears to + depend on =f= without declaring so. #+begin_src emacs-lisp (use-package password-store) + (use-package f) #+end_src However, in order for it to actually work, EasyPG had to be