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

How to install this? #64

Closed philippludwig closed 2 years ago

philippludwig commented 2 years ago

The instructions state:

;; To install, M-x customize-group dtrt-indent-global, and turn on "Dtrt
;; Indent Global Mode".

However, the group dtrt-indent-global is not available for me. I guess I have to put the *.el files from the repository somewhere and load them somehow, but I am unsure what exactly the proper steps are.

rrthomas commented 2 years ago

Oh dear, the instructions were out of date; should be fixed now! If you agree, I can make a new release.

philippludwig commented 2 years ago

Thanks for the quick response! From a user’s perspective, this is exactly what I expected.

rrthomas commented 2 years ago

Thanks for confirming! I've tagged version 1.8, which should become a MELPA release shortly.