Skip to content

Instantly share code, notes, and snippets.

@rtorr
Created September 6, 2015 19:36
Show Gist options
  • Save rtorr/87b810310bbda929c865 to your computer and use it in GitHub Desktop.
Save rtorr/87b810310bbda929c865 to your computer and use it in GitHub Desktop.
emacs for fish shell
function e
emacsclient -t $argv
end
function ke
emacsclient -e '(kill-emacs)'
end
function ed
emacs --daemon
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment