summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-01-16 06:22:07 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-01-16 06:25:26 +0000
commit79d204333551b7774b5d5b22cc7fa33a56a0225b (patch)
tree6a1c63190ea5f4898809fdc9edba0fe534c4ab30 /README.md
parent75f2fd15b107445826d433dc091265c1641224c2 (diff)
[Fix #1518] Add cider-dynamic-indentation defcustom
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9bb4002a..213527d3 100644
--- a/README.md
+++ b/README.md
@@ -1147,6 +1147,13 @@ Don't worry if this looks intimidating. For most macros the indent spec should
be either just a number, or one of the keywords `:defn` or `:form`. A full
description of the spec is provided in [Indent-Spec.md](doc/Indent-Spec.md).
+If you *don't* want to use this feature, you can disable it by setting
+`cider-dynamic-indentation` to `nil` in your Emacs init file.
+
+```el
+(setq cider-dynamic-indentation nil)
+```
+
### Minibuffer completion
Out-of-the box CIDER uses the standard `completing-read` Emacs mechanism. While