From 23612bdac3fc8b59db7026ab3f928df59a6f49f1 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:42:52 -0500 Subject: make output not happen --- bin/.local/bin/scripts/emacs-launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.local/bin/scripts/emacs-launcher b/bin/.local/bin/scripts/emacs-launcher index 6210bd4..3c964c5 100755 --- a/bin/.local/bin/scripts/emacs-launcher +++ b/bin/.local/bin/scripts/emacs-launcher @@ -2,7 +2,7 @@ run_command () { - emacsclient -c -e $1 + emacsclient -c -e $1 >/dev/null 2>&1 & } options=("calendar" "agenda" "music" "scratch") -- cgit v1.2.3