File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,6 @@ If the installation doesn't work try refreshing the package list:
3636
3737<kbd >M-x package-refresh-contents</kbd >
3838
39- ### Extra font-locking
40-
41- Prior to version 3.0 ` clojure-mode ` bundled ** unreliable**
42- font-locking for some built-in vars. In 3.0 this was extracted from
43- ` clojure-mode ` and moved to a separate package -
44- [ clojure-mode-extra-font-locking] [ ] .
45-
4639## Configuration
4740
4841To see a list of available configuration options do ` M-x customize-group RET clojure ` .
@@ -155,7 +148,9 @@ You can also use the code in this package as a basis for extending the
155148font-locking further (e.g. functions/macros from more
156149namespaces). Generally you should avoid adding special font-locking
157150for things that don't have fairly unique names, as this will result in
158- plenty of incorrect font-locking.
151+ plenty of incorrect font-locking. CIDER users should avoid this package,
152+ as CIDER does its own dynamic font-locking, which is namespace-aware
153+ and doesn't produce almost any false positives.
159154
160155* [ clj-refactor] [ ] provides refactoring support.
161156
You can’t perform that action at this time.
0 commit comments