about summary refs log tree commit diff
path: root/fish/functions/edit.fish
blob: 83f6eb854f7dc2f3bfa5b4a06ee563776f648b8f (plain) (blame)
1
2
3
function edit
    emacsclient -no-wait $argv
end