Files
dotfiles/fish/functions/ec.fish
Tim McCarthy 3ccf865b99 Fish config refactor
Move things into sub-files and sub-directories
Add ensure_path function to make sure stuff doesn't get spammed multiple
times into the PATH
2020-03-31 12:42:50 -07:00

5 lines
79 B
Fish

# Emacs Client
function ec
emacsclient -n --alternate-editor=emacs $argv
end