Add workaround for pass weirdness

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:31 +00:00
parent 914d907617
commit e52af46621

View File

@ -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