el-get/recipes/dtrt-indent.rcp

8 lines
474 B
Plaintext
Raw Normal View History

2010-12-29 04:57:25 +08:00
(:name dtrt-indent
:website "http://savannah.nongnu.org/projects/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."
2010-12-29 04:57:25 +08:00
:type git
:url "git://git.savannah.nongnu.org/dtrt-indent.git"
:features dtrt-indent
:post-init (lambda () (dtrt-indent-mode 1)))