alias e="$EDITOR"

# Use $FINDER and $EDITOR
if (( $+commands[$FINDER] )); then
  e?() {
    $EDITOR $($FINDER)
  }
fi