Skip to content

Commit 6f4e792

Browse files
committed
Add a note about mixing cider & inf-clojure
1 parent 08428a4 commit 6f4e792

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Add the following to your Emacs config to enable
4646
(add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)
4747
```
4848

49+
**Don't enable `inf-clojure-minor-mode` and `cider-mode` at the same
50+
time. They have overlapping functionality and keybindings and the
51+
result will be nothing short of havoc.**
52+
4953
## Usage
5054

5155
`M-x inf-clojure` or `C-c C-z` within a Clojure source file.

0 commit comments

Comments
 (0)