branch: elpa/inf-clojure
commit 6f4e79274979c71ff958ca4a24d9c53c3b4b86ac
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Add a note about mixing cider & inf-clojure
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 235b8d7..159f7c1 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,10 @@ Add the following to your Emacs config to enable
 (add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)
 ```
 
+**Don't enable `inf-clojure-minor-mode` and `cider-mode` at the same
+time.  They have overlapping functionality and keybindings and the
+result will be nothing short of havoc.**
+
 ## Usage
 
 `M-x inf-clojure` or `C-c C-z` within a Clojure source file.

Reply via email to