editors

Discussion about all editors used for Clojure/ClojureScript
2016-02-16T03:24:45.000003Z

Just found NightCode and very happy with it, but ran into small configuration problem. Its git integration uses my Mac's login name and computer name in place of my git configured username and email. Anyone know how to change this? https://sekao.net/nightcode/

maio 2016-02-16T09:59:05.000004Z

@ericlavigne: I don't know about NightCode, but are you using git config --global user.email ... to set these things?

akiva 2016-02-16T13:55:33.000006Z

Yep, @ericlavigne, you should in your home directory have a .gitconfig file. It’ll have sections for your user name and e-mail, what manages your credentials, and other configuration options.

dominicm 2016-02-16T14:15:49.000008Z

Mac's login name and computer name in place of my git configured username and email. > In place of my git configured username and email I think it's already configd

dominicm 2016-02-16T14:17:47.000010Z

According to the source, the git handling uses jgit, so I'd look for how jgit can be configured. (eclipse jgit)