How can I use ediff under Windows + NTEmacs?

后端 未结 5 1636
闹比i
闹比i 2020-12-20 11:46

I have Emacs version 23 on Windows and it seem the ediff executable is missing?

From where can I download ediff for Emacs on Windows?

5条回答
  •  既然无缘
    2020-12-20 12:47

    If you have git for windows installed, then it is enough to add

    C:\Program Files\Git\usr\bin\
    

    to your PATH environment variable, because git for windows already ships with a diff executable and installs it in that folder.

提交回复
热议问题