From e52af4662173385c83c2b8c3b17e66767fbe8c10 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:31 +0000 Subject: [PATCH] Add workaround for pass weirdness --- config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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