File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.com/jcs-elpa/indent-control.svg?branch=master )] ( https://travis-ci.com/jcs-elpa/indent-control )
22[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
33
4-
54# indent-control
6- > Generic control the indentation level for each mode .
5+ > Management for indentation level.
76
87Interface that combine all the indentation variables from each major mode
98to one giant list.
109
11-
1210## Features
1311
1412* Decouple from user knowing each major mode's indentation level variable. (if have)
1513* Keep the indentation level across buffers. If you changed the indentation level
1614in ` buffer A ` and switch to ` buffer B ` with the same major mode; they will have
1715the same indentation level.
1816
19-
2017## Usage
2118
2219You can tweak variable ` indent-control-records ` to set the initial
@@ -76,7 +73,6 @@ so you would have to do the following.
7673(add-hook 'actionscript-mode-hook #'my-actionscript-mode-hook)
7774```
7875
79-
8076## Contribution
8177
8278If you would like to contribute to this project, you may either
You can’t perform that action at this time.
0 commit comments