[Fish] Launch Emacs as GUI, don’t wait for it

This commit is contained in:
2022-11-09 15:30:22 +01:00
parent d5cbecbfe0
commit ece05b7bf3

View File

@@ -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: