jscheid / dtrt-indent

A minor mode that guesses the indentation offset originally used for creating source code files and transparently adjusts the corresponding settings in Emacs, making it more convenient to edit foreign files.
184 stars 31 forks source link

Use lighter for modeline #38

Closed tummychow closed 6 years ago

tummychow commented 6 years ago

Here's another PR which moves dtrt-indent to using the standard modeline lighter instead of its custom behavior. This makes it play nicer with modeline management packages like diminish. Worth mentioning that this change is breaking (people who customized dtrt-indent-active-mode-line-info will lose that functionality).

rrthomas commented 6 years ago

Thanks, this is a good simplification.