tweaks
This commit is contained in:
parent
a22a3f390b
commit
1c55fda94f
|
@ -9,6 +9,7 @@
|
|||
enable = true;
|
||||
enableSshSupport = true;
|
||||
enableExtraSocket = true;
|
||||
pinentryFlavor = "qt";
|
||||
extraConfig = ''
|
||||
allow-emacs-pinentry
|
||||
'';
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue