el-get/recipes/dtrt-indent.rcp

7 lines
515 B
Plaintext
Raw Normal View History

2010-12-29 04:57:25 +08:00
(:name dtrt-indent
:description "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."
:type github
:pkgname "rrthomas/dtrt-indent" ; has a fix for a bug that prevents loading; change back to "jscheid/" once https://github.com/jscheid/dtrt-indent/pull/10 is addressed
:features (dtrt-indent)
:post-init (dtrt-indent-mode 1))