summaryrefslogtreecommitdiff
path: root/doc/configuration.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-10-16 14:25:22 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-10-16 14:25:22 +0300
commit2956282c8e699cf6764e73497e2fc1db42cc5326 (patch)
tree384174c7f969a8ff21216cf9339cf3140b5ceb9f /doc/configuration.md
parentb197b4074736791d2d5f1fe50142dc516c31bbff (diff)
Tweak some documentation a bit
Diffstat (limited to 'doc/configuration.md')
-rw-r--r--doc/configuration.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/configuration.md b/doc/configuration.md
index 90e0c886..01f47678 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -130,7 +130,8 @@ More details can be found [here](https://github.com/clojure-emacs/cider/issues/9
`cider-special-mode-truncate-lines` to `nil` to make those buffers use word
wrapping instead of line truncating.
- This variable should be set before loading CIDER.
+ This variable should be set before loading CIDER (which means before
+ `require`-ing it or autoloading it).
``` el
(setq cider-special-mode-truncate-lines nil)