aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar maxfl <gmaxfl@gmail.com>2012-06-28 07:56:49 +0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-29 16:42:34 -0700
commit792e2462624cd1209ffab1eb87c0fad082e87c66 (patch)
tree6c75645061845d678381bfd1922c0d62c65df795 /share
parent85f19f9b8c74239d22bbe34cdf338598f89f41b6 (diff)
Add emacs to 'funced -e'
The order is also changed.
Diffstat (limited to 'share')
-rw-r--r--share/functions/funced.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/funced.fish b/share/functions/funced.fish
index 13ee4438..65045c22 100644
--- a/share/functions/funced.fish
+++ b/share/functions/funced.fish
@@ -9,7 +9,7 @@ function funced --description 'Edit function definition'
end
if not type -f "$external" >/dev/null
- for e in edit nano pico joe mcedit vim vi
+ for e in edit emacs vim joe mcedit nano pico vi
if type -f $e >/dev/null
set external $e
break