mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #2641 from msanders/ms/org-capture-output
bin/org-capture: Suppress output for initial emacsclient call
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user