diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-08T14·55+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-08T14·55+0200 |
commit | 0ebbf64fd1e42e69de29d5d49ffcedbf110c83dd (patch) | |
tree | 2faebec792fe1a5168f560f21eec184b7bf59258 /fish | |
parent | 74d252df97ccee6b407aa79d0d763090346b3b14 (diff) |
Emacs: Added a function to reconnect rcirc
Diffstat (limited to 'fish')
-rw-r--r-- | fish/config.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/config.fish b/fish/config.fish index bc816eb627eb..b47d60adb4c4 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -13,7 +13,6 @@ function fish_right_prompt set_color --bold yellow echo -n ']' end - set -gx EDITOR emacsclient set -gx ALTERNATE_EDITOR emacs |