1 Oct 2009 01:38
How to configure git diff tool to use emacs diff tool
hap 497 <hap497 <at> gmail.com>
2009-09-30 23:38:11 GMT
2009-09-30 23:38:11 GMT
Hi, One can configure git merge tool to use vimdiff $git config --global merge.tool vimdiff How can I change it to use emacs diff? And is it possible to use emacsclient for diff? http://www.emacswiki.org/emacs/EmacsClient#toc1 (so that I can speed things up by not launching a new emacs every time). Thank you.
> Placing my config file in .emacs.d or using the -l option (either one
> works) helped. Of course since I needed tor retain the .emacs I used the -l
> and it works perfectly. This problem arose because the .emacs files is being
> accessed from 2 servers which map to the same .emacs .So I decided to write
> a 2 shell scripts which calls 2 different .emacs files. Will not go into the
> gory details.
>
> Thanks again,
> Miki
>
> Richard Riley-3 wrote:
>>
>> emacsuser <mekhala.acharya <at> bms.com> writes:
>>
>>> Hi,
>>>
>>> I am relatively new to emacs. I have been trying to get it to work on
>>> Linux.
>>> I was told to rename the config file .emacs to something other than
>>> .emacs.
>>> So I called it .emacs-ks. After customizing it, I called it using :
>>> emacs -u .emacs-ks
>>> It loads an emacs session ((not with the default serttings of .emacs).
>>> But I
>>> have to type M-x load file, then give .emacs-ks. Only then does the
>>> config
>>> settings take effect. I wasn't to be able to call .emacs-ks without
RSS Feed