From 57f60339e05fe811c9616ab0b2fe332afd0eeba9 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:32 +0000 Subject: [PATCH] Add TODO note for pass bugginess --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 3173c4f..ae1b2e0 100644 --- a/config.org +++ b/config.org @@ -579,6 +579,12 @@ needs to be set up to install them if they aren't already. (global-set-key (kbd "C-c C-p") 'password-store-copy) #+end_src +** TODO Pinentry prompt bugginess + When =pass= tries to bring up the the pinentry prompt it freezes + everything up and I have to =C-g= to get the prompt to + appear. Definitely not ideal but it does work so imma fix that at + some other time. + * Mail Currently using =mu4e= for mail. Not sure whether this is my 'final' set up, I might give =notmuch= a try at some point.