emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 6f4e792 065/313: Add a note about mixing cider


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 6f4e792 065/313: Add a note about mixing cider & inf-clojure
Date: Wed, 11 Aug 2021 09:59:48 -0400 (EDT)

branch: elpa/inf-clojure
commit 6f4e79274979c71ff958ca4a24d9c53c3b4b86ac
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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

[Prev in Thread] Current Thread [Next in Thread]