From 413171cfc9f73f4b5724db1ccc319932690fb4ac Mon Sep 17 00:00:00 2001 From: Michael Sanders Date: Sat, 29 Feb 2020 17:57:44 -0800 Subject: [PATCH] bin/org-capture: Suppress output for initial emacsclient call --- bin/org-capture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/org-capture b/bin/org-capture index d2e076cf5..f314fb709 100755 --- a/bin/org-capture +++ b/bin/org-capture @@ -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