Fork me on GitHub
#spacemacs
<
2019-05-26
>
dangercoder11:05:41

I've followed https://practicalli.github.io/spacemacs/improving-code/linting/joker.html since I want to use Joker. How do I enable it? nothing shows up

4
dangercoder13:05:06

Basically, a noob mistake. Had to add syntax-checking to my .spacemacs file

dangercoder13:05:18

How did you style your flycheck warning-popup?

practicalli-johnny17:05:16

I don't recall making changes to the style of linter. Are you seeing something different, or just wantin got make a change?

dangercoder20:05:09

this is how it looks for me.. I really liked how Spacemacs looked in the tutorial, especially the joker-linter-warning. @U05254DQM 🙂

practicalli-johnny21:05:27

Ah, the screenshot in the book I think is from a Mac version of Emacs, its not a specific Spacemacs one. I will update the image in the book (I dont have a Mac, so cant replicate the screenshot). Sorry if this was misleading.

dangercoder21:05:52

I see, no worries. I have a mac book so I will keep on chasing for that nice look. I really liked it!

practicalli-johnny23:05:34

I suggest looking at the theme, as there are three variables that define the tooltip colours, ttip, ttip-sl ttip-bg https://github.com/syl20bnr/spacemacs/tree/develop/core/libs/spacemacs-theme Or you can use the Emacs customise feature https://github.com/syl20bnr/spacemacs/tree/develop/core/libs/spacemacs-theme#customizations

dangercoder10:05:25

Thank you for the help! Really appreciate it.