diff options
| author | BardofSprites <[email protected]> | 2024-11-03 21:42:52 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-03 21:42:52 -0500 |
| commit | 23612bdac3fc8b59db7026ab3f928df59a6f49f1 (patch) | |
| tree | c68dec3d6d1b9ae175941391587810093458ed49 /bin/.local | |
| parent | 7efad2461f3172cc22c7ef91cfc36bd3799730fb (diff) | |
make output not happen
Diffstat (limited to 'bin/.local')
| -rwxr-xr-x | bin/.local/bin/scripts/emacs-launcher | 2 |
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") |
