Add workaround for pass weirdness
This commit is contained in:
parent
914d907617
commit
e52af46621
@ -324,10 +324,12 @@ needs to be set up to install them if they aren't already.
|
|||||||
|
|
||||||
* Passwords
|
* Passwords
|
||||||
This was a little more work than I expected... =password-store=
|
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
|
#+begin_src emacs-lisp
|
||||||
(use-package password-store)
|
(use-package password-store)
|
||||||
|
(use-package f)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
However, in order for it to actually work, EasyPG had to be
|
However, in order for it to actually work, EasyPG had to be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user