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 08428a4 commit 6f4e792Copy full SHA for 6f4e792
README.md
@@ -46,6 +46,10 @@ Add the following to your Emacs config to enable
46
(add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)
47
```
48
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
+
53
## Usage
54
55
`M-x inf-clojure` or `C-c C-z` within a Clojure source file.
0 commit comments