This commit is contained in:
Nathan McCarty 2022-10-02 22:03:31 -04:00
parent a22a3f390b
commit 1c55fda94f
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 2 additions and 3 deletions

View File

@ -9,6 +9,7 @@
enable = true;
enableSshSupport = true;
enableExtraSocket = true;
pinentryFlavor = "qt";
extraConfig = ''
allow-emacs-pinentry
'';

View File

@ -1,5 +1,3 @@
#!/usr/bin/env bash
# Turn on the guard rails
set -exou pipefail
# Tell emacs to update mu4e
emacsclient --eval "(mu4e-update-index)"
emacsclient --eval "(mu4e-update-index)" || true