Zulip Chat Archive
Stream: general
Topic: lean in emacs
Tim Daly (Dec 17 2019 at 03:19):
I'm partially color-blind and I disable font-lock-mode in Emacs so it does not use colors.
The lean mode keeps enabling colors. As a result I can't read the screen.
Is there a way to stop this behavior?
Tim Daly (Dec 17 2019 at 03:27):
Nevermind. I just forced emacs to skip colors (emacs --color=no)
Colors are probably nice but not everyone can see them.
Jesse Michael Han (Dec 17 2019 at 04:06):
you can also use customize-face
to have emacs draw e.g. a box around keywords instead of using a different color
Last updated: Dec 20 2023 at 11:08 UTC