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

This commit is contained in:
Lucien Cartier-Tilet 2022-11-09 15:30:22 +01:00
parent d5cbecbfe0
commit ece05b7bf3
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

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: