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