Merge pull request #2641 from msanders/ms/org-capture-output
bin/org-capture: Suppress output for initial emacsclient call
This commit is contained in:
commit
7f131203ca
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