File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ available) and the matching REPL buffer."
57
57
(defcustom cider-auto-mode nil
58
58
" When non-nil, automatically enable and disable CIDER in all Clojure buffers.
59
59
60
- After an initial connection, CIDER is added to `clojure-mode-hook' and enabled
61
- on all existing Clojure buffers. After the last connection has been closed,
62
- CIDER is disabled in all Clojure buffers and will have to be manually re-enabled
63
- via M-x ` cider-mode' .
60
+ After an initial connection, `cider-mode' is added to `clojure-mode-hook' and
61
+ automatically enabled on all existing Clojure buffers. After the last
62
+ connection has been closed, `cider-mode' is disabled in all Clojure buffers, and
63
+ has to be manually re-enabled via \\ [ cider-mode] .
64
64
65
65
Useful for switching between alternative minor modes like `inf-clojure-mode' ."
66
66
:type 'boolean
You can’t perform that action at this time.
0 commit comments