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 c9ec514 commit 21fd451Copy full SHA for 21fd451
README.md
@@ -51,8 +51,8 @@ indentation level. The default value is `2`.
51
52
### Make indentation work across all modes
53
54
-Is easy to make indentation level inherit last time modified in Emacs. Just
55
-call `indent-control-continue-with-tab-width-record` function whenever
+Is easy to make indentation level inherit last time modified in Emacs.
+Just call `indent-control-continue-with-tab-width-record` function whenever
56
you want to inherit the indentation level. This function is already get called
57
in `prog-mode-hook`, but with some major modes that they don't use inherit
58
`prog-mode` will not work! You would have to manually called it in each mode's
0 commit comments