el-get/recipes/smart-tab.el

5 lines
169 B
EmacsLisp
Raw Normal View History

2010-12-29 04:57:25 +08:00
(:name smart-tab
:type git
:url "https://github.com/genehack/smart-tab.git"
:features smart-tab
:after (lambda () (global-smart-tab-mode 1)))