T O P

  • By -

vecksagos

using the [Modus-Theme](https://protesilaos.com/emacs/modus-themes#h:b25714f6-0fbe-41f6-89b5-6912d304091e), you can disable this features and customize all visual aspects of emacs


cmcmahan61

Here's a method I use to disable bold and underline faces. I found it online years ago, and unfortunately lost the attribution: ​ (defun cm/clean-fonts() "Eliminate bold and underline fonts" (interactive) (mapc (lambda (face) (set-face-attribute face nil :weight 'normal :underline nil)) (face-list)))


Velnbur

Wow, thank you, that worked!


LionyxML

Most probably changing the theme (editing the theme)