summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-01-01 20:26:43 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-01-01 20:26:43 +0200
commitf1dc7543cef77f560ae82c4407d9bf3787b66866 (patch)
treea37b50d9a363940a7a1637879e8ea98e85f8debe
parent3e9ed12e8cfbad04d7618e649322765dc9bff5d6 (diff)
Add a note about compliment and cljs-tooling
-rw-r--r--doc/code_completion.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/code_completion.md b/doc/code_completion.md
index 5973ea32..e7944381 100644
--- a/doc/code_completion.md
+++ b/doc/code_completion.md
@@ -1,6 +1,11 @@
CIDER provides intelligent code completion for both source buffers (powered by
`cider-mode`) and REPL buffers.
+Internally CIDER leverages
+[compliment](https://github.com/alexander-yakushev/compliment) for Clojure and
+[cljs-tooling](https://github.com/clojure-emacs/cljs-tooling) for ClojureScript.
+Improvements to the two libraries automatically translate to improvements in CIDER.
+
## Standard completion
Out-of-the box CIDER uses the standard Emacs tooling for code completion. When you