We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0d8ec commit 9b41eaaCopy full SHA for 9b41eaa
indent-control.el
@@ -27,7 +27,18 @@
27
28
;;; Commentary:
29
;;
30
-;; Management for indentation level.
+;; Interface that combine all the indentation variables from each major
31
+;; mode to one giant list.
32
+;;
33
+;; You can set up the initial indentation level by changing the variable
34
+;; `indent-control-records'. This variable is a list on cons cell form
35
+;; by (mode . level). For example,
36
37
+;; `(actionscript-mode . 4)`
38
39
+;; If you want to make the indentation level works consistently across all buffer.
40
+;; You would need to call function `indent-control-continue-with-tab-width-record'
41
+;; at the time you want the new buffer is loaded.
42
43
44
;;; Code:
0 commit comments