bin/org-capture: Suppress output for initial emacsclient call
This commit is contained in:
parent
698001900f
commit
413171cfc9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ cleanup() {
|
|||
}
|
||||
|
||||
# If emacs isn't running, we start a temporary daemon, solely for this window.
|
||||
if ! emacsclient -e nil; then
|
||||
if ! emacsclient --suppress-output --eval nil; then
|
||||
emacs --daemon
|
||||
trap cleanup EXIT INT TERM
|
||||
daemon=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue