Thibault Polge
Thibault Polge
The title says it all, really. JSX blocks are completely colorized, including regular HTML text.  The same issue appears in `js-jsx-mode` Thanks!
The following C type definition: ``` c typedef struct { /** @brief Type */ enum { ITS_AN_INT, ITS_A_FLOAT } type; /** @brief Data */ union { int the_int; float the_float;...
Hi, I'm not sure I understand the relationship between this package and the new auto-persp feature of persp-mode. The persp-mode documentation links to both an auto-persp definition for Projectile (at...
Create a standard palette for diff faces, and apply them to diff, ediff, magit-diff, etc.
Instead of passing a literal alist to `eziam-with-color-variables`, create a customize option for each variant.
Replace them
Especially in dark mode, they look *really* bulky.
The background/box around function names break SCSS, CSS and web mode in different ways. In some cases, it is applied to comments around selectors (SCSS), in web-mode, it isn't applied...
Boxes break vertical alignment. Underline + overline could achieve a reasonably similar effect, even if not as nice.
I'm facing a bug which happens only if the configuration is loaded the regular way, but *not* with `emacs -q -l ~/.emacs.d/init.el`. The details are not really important, but this...