blob: d7a7975974fdf4b0240b6369777c425e8ac7dfe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
* cmake-mode
Evil setup for [[https://gitlab.kitware.com/cmake/cmake][cmake-mode]]. No key
rebindings -- only =evil-shift-width= is aligned to =cmake-tab-width=.
** New commands
| Command | Purpose |
|---------------------------------------------------+------------------------------------------------------|
| =evil-collection-cmake-mode-set-evil-shift-width= | Buffer-local =evil-shift-width= = =cmake-tab-width=. |
Hooked to =cmake-mode-hook= so =>=, =<= and friends indent by the same width
cmake-mode uses.
|