File tree 1 file changed +3
-8
lines changed 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:
36
36
37
37
<kbd >M-x package-refresh-contents</kbd >
38
38
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
-
46
39
## Configuration
47
40
48
41
To 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
155
148
font-locking further (e.g. functions/macros from more
156
149
namespaces). Generally you should avoid adding special font-locking
157
150
for 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.
159
154
160
155
* [ clj-refactor] [ ] provides refactoring support.
161
156
You can’t perform that action at this time.
0 commit comments