-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Labels
Description
I've disabled function highlighting, to bring color intensity a bit down by changing cider-font-lock-dynamically
.
By default it is set to this:
'(macro core function var)
And I get the usual highlighting:
However if I remove core
and function
from this setting:
(setq cider-font-lock-dynamically '(macro var))
I get the following result after I load file:
Expected behavior
Steps to reproduce the problem
- Download bug.zip, extract and run Emacs with provided minimal
init.el
:
$ unzip bug.zip
$ cd bug
$ emacs -q -l repro-init.el bug.clj
- Jack in: Ctrl-cAlt-jy
- Load
bug.clj
file with Ctrl-cCtrl-k
This results into the following highlighting:
Environment & Version information
CIDER version information
;; CIDER 1.0.0snapshot (package: 20201216.1330), nREPL 0.8.3
;; Clojure 1.10.1, Java 11.0.9.1
Emacs version
GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.13) of 2020-12-23
Operating system
Fedora 33