This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-05
Channels
- # announcements (3)
- # babashka (135)
- # beginners (82)
- # calva (55)
- # chlorine-clover (23)
- # cider (13)
- # clara (1)
- # clj-kondo (39)
- # cljs-dev (1)
- # cljsrn (2)
- # clojure (96)
- # clojure-france (3)
- # clojure-uk (24)
- # clojuredesign-podcast (1)
- # clojurescript (56)
- # conjure (73)
- # core-typed (1)
- # cursive (1)
- # datomic (10)
- # fulcro (57)
- # joker (4)
- # juxt (1)
- # malli (20)
- # meander (2)
- # off-topic (54)
- # re-frame (4)
- # reagent (3)
- # shadow-cljs (11)
- # spacemacs (6)
- # sql (26)
- # tools-deps (7)
I’m finally trying out emacs/cider (longtime vimmer) and I’m hoping this is a quick question. I think I’ve got everything working, but the temporary overlay is showing with almost no contrast (see last line)
can someone point me in the direction of either turning off all colours (really I find I can code just fine with only rainbow parens), or how to customize this?
oh, wait … think I found it. I think I set cider-result-overlay-face https://github.com/clojure-emacs/cider/blob/master/cider-overlays.el#L35
@bozhidar On some of my projects the dynamic syntax highlighting doesn't seem to properly work. Do you have any idea what might be interfering there?
It's also rather arbitrary, sometimes I don't have the highlighting from the beginning, sometimes I am loosing the highlighint while I am working.
But I could so far not pinpoint the issue. I am just wondering if you have any idea what could be the issue?
I think there’s a limit on how lon highlighted string can be although it’s rather large
I'm using cider packages downloaded with elpa. in particular ~/.emacs.d/elpa/clj-refactor-20200229.1105/clj-refactor.el
When bugs get fixed in that package, what is the correct flow for me to get the bug fix? Am I supposed to regularly run some sort of elpa update?
sorry, not an expert elpa user here.