tweaks
This commit is contained in:
parent
a22a3f390b
commit
1c55fda94f
|
@ -9,6 +9,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
enableExtraSocket = true;
|
enableExtraSocket = true;
|
||||||
|
pinentryFlavor = "qt";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
allow-emacs-pinentry
|
allow-emacs-pinentry
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Turn on the guard rails
|
|
||||||
set -exou pipefail
|
|
||||||
# Tell emacs to update mu4e
|
# Tell emacs to update mu4e
|
||||||
emacsclient --eval "(mu4e-update-index)"
|
emacsclient --eval "(mu4e-update-index)" || true
|
||||||
|
|
Loading…
Reference in New Issue