From 76ac52e0ad0fa4d1dcbf4b0ad6930c024e3ecc81 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 2 May 2016 16:48:51 -0700 Subject: [PATCH] Add alternate-editor to emacs shortcut --- fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/config.fish b/fish/config.fish index 785b850..7b01308 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -37,7 +37,7 @@ set --universal fish_greeting # ========= function ec - emacsclient -n $argv + emacsclient -n --alternate-editor=emacs $argv end # IP addresses