From 3023e9e0195e548a9eabcf42d7248ba59853156d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 24 May 2024 14:11:07 +0200 Subject: fish: make dired/magit functions quiet --- user/settings/fish/functions/dired.fish | 2 +- user/settings/fish/functions/magit.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'user/settings/fish/functions') diff --git a/user/settings/fish/functions/dired.fish b/user/settings/fish/functions/dired.fish index f69ac5e2..a59ffac2 100644 --- a/user/settings/fish/functions/dired.fish +++ b/user/settings/fish/functions/dired.fish @@ -4,5 +4,5 @@ function dired else set --function repo $pwd end - emacsclient -e "(dired \"$argv[1]\")" + emacsclient --suppress-output --eval "(dired \"$argv[1]\")" end diff --git a/user/settings/fish/functions/magit.fish b/user/settings/fish/functions/magit.fish index 048fd42f..96c90096 100644 --- a/user/settings/fish/functions/magit.fish +++ b/user/settings/fish/functions/magit.fish @@ -4,5 +4,5 @@ function magit else set --function repo $pwd end - emacsclient -e "(magit-status \"$argv[1]\")" + emacsclient --suppress-output --eval "(magit-status \"$argv[1]\")" end -- cgit 1.4.1