Skip to content

Commit da01f90

Browse files
committed
Update doc.
1 parent 767ba12 commit da01f90

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
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
87
Interface that combine all the indentation variables from each major mode
98
to 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
1614
in `buffer A` and switch to `buffer B` with the same major mode; they will have
1715
the same indentation level.
1816

19-
2017
## Usage
2118

2219
You 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

8278
If you would like to contribute to this project, you may either

0 commit comments

Comments
 (0)