Fork me on GitHub
#emacs
<
2018-03-16
>
bozhidar10:03:59

The name is kind of bad, but it’s something like git-gutter, that’s actually more versatile

mhcat17:03:54

@bozhidar how do you start it globally without it barfing on the scratch buffer for not having an associated file?

jumar21:03:55

I added (global-diff-hl-mode) to my emacs config

mhcat22:03:33

well, it turned out to be my config elsewhere of course 😄 the entire debacle is documented for posterity here https://github.com/dgutov/diff-hl/issues/104

bozhidar17:03:12

Never noticed such a problem - I just enabled the minor mode and the magit integration.

richiardiandrea18:03:17

Can you stage hunks with a key combination? That is my most beloved feature :)

jhacks00:03:22

Sadly, no: https://github.com/dgutov/diff-hl/issues/55 I use magit for that, instead.