Fork me on GitHub
#cider
<
2020-04-05
>
rgm04:04:06

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)

rgm04:04:02

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?

rgm04:04:57

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

bozhidar08:04:54

@rgm Yeah, that’s the one.

FiVo09:04:18

@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?

FiVo09:04:17

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.

FiVo09:04:00

But I could so far not pinpoint the issue. I am just wondering if you have any idea what could be the issue?

FiVo09:04:21

cider-refresh-dynamic-font-lock also doesn't help

jumar10:04:32

I think there’s a limit on how lon highlighted string can be although it’s rather large

Jim Newton12:04:43

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?

FiVo13:04:00

Yes you run the following commands:

FiVo13:04:13

M-x list-packages, U - to mark upgradeable, M-x package-menu-execute

Jim Newton12:04:57

sorry, not an expert elpa user here.