Skip to content

Commit

Permalink
fix ediff
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Feb 1, 2024
1 parent 1ea8a21 commit d85bd9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function ediff() {
echo "USAGE: ediff <FILE 1> <FILE 2>"
else
# The --eval flag takes lisp code and evaluates it with emacs
e --eval "(ediff-files \"$1\" \"$2\")"
"$EMACS_PLUGIN_LAUNCHER" -nw --eval "(ediff-files \"$1\" \"$2\")"
fi
}

Expand Down

0 comments on commit d85bd9f

Please sign in to comment.