diff options
Diffstat (limited to 'fish/config.fish')
-rw-r--r-- | fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/config.fish b/fish/config.fish index b47d60adb4c4..40a4e809da92 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -14,7 +14,7 @@ function fish_right_prompt echo -n ']' end -set -gx EDITOR emacsclient +set -gx EDITOR "emacsclient -n -create-frame" set -gx ALTERNATE_EDITOR emacs set -gx VISUAL emacsclient |