Allow cider highlight deprecated symbols

This commit is contained in:
Eric Dallo 2020-06-22 19:41:34 -03:00
parent 99eea1d3e2
commit 1e46053182
No known key found for this signature in database
GPG key ID: 985DD2B6664886B8

View file

@ -49,7 +49,7 @@
(setq nrepl-hide-special-buffers t
nrepl-log-messages nil
cider-font-lock-dynamically '(macro core function var)
cider-font-lock-dynamically '(macro core function var deprecated)
cider-overlays-use-font-lock t
cider-prompt-for-symbol nil
cider-repl-history-display-duplicates nil