mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
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 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
|
emacs --daemon
|
||||||
trap cleanup EXIT INT TERM
|
trap cleanup EXIT INT TERM
|
||||||
daemon=1
|
daemon=1
|
||||||
|
Reference in New Issue
Block a user