From ece05b7bf3c2fb2a61d7dd0c7b6dd3999e1d1d4f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 9 Nov 2022 15:30:22 +0100 Subject: [PATCH] =?UTF-8?q?[Fish]=20Launch=20Emacs=20as=20GUI,=20don?= =?UTF-8?q?=E2=80=99t=20wait=20for=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org/config/fish.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/fish.org b/org/config/fish.org index 4ce4607..140bccf 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -379,7 +379,7 @@ In case we want to launch Emacs in GUI mode anyways, ~egui~ is available too. #+NAME: abbr-text-ed | abbreviation | command | |--------------+-----------------------| -| e | emacsclient -c -nw | +| e | emacsclient -c -n | | egui | devour emacsclient -c | Here is the corresponding fish configuration: