aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-11-03 21:42:52 -0500
committerBardofSprites <[email protected]>2024-11-03 21:42:52 -0500
commit23612bdac3fc8b59db7026ab3f928df59a6f49f1 (patch)
treec68dec3d6d1b9ae175941391587810093458ed49
parent7efad2461f3172cc22c7ef91cfc36bd3799730fb (diff)
make output not happen
-rwxr-xr-xbin/.local/bin/scripts/emacs-launcher2
1 files changed, 1 insertions, 1 deletions
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")