Questions tagged [customize-face]
The customize-face tag has no summary.
37 questions
1 vote
0 answers
41 views
Adjusting faces for Treemacs
In the screenshot you can see how Treemacs looks in my setup On the left the entire body of the treemacs configuration itself, and on the right what I think it's relevant of my general theme/look ...
0 votes
0 answers
82 views
custom-set-face is being ignored
Emacs 29.3, Ubuntu Studio 24.04. ~/.emacs has: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should ...
0 votes
0 answers
75 views
How can I add padding between a header and the previous and immediate lines in org mode
How can I add padding between a header and its adjacent lines so that they look cleanly formatted like any Rich Text Editor does. I was able to use a workaround using the :box face-attribute to do ...
0 votes
1 answer
86 views
Latex mode: tex-verbatim face has priority on font-lock-comment-face
I switched to Emacs 29.1 recently. I noticed that the tex-verbatim face used in latex-mode to highlight the \href argument has priority on font-lock-comment-face. The tex-verbatim face is defined in ...
3 votes
1 answer
498 views
custom-set-faces not working for client
I have a custom (custom-set-faces ...) section in my ~/.emacs file. When I run emacs this section seems to get completely ignored since the custom colours don't get set. But if I go to ~/.emacs, ...
1 vote
1 answer
70 views
bookmark+ highlighting problem
I am trying to use bookmark+, but I am unable to get the highlighting as I wish (or, maybe, as I wrongly expect?): When I change the default highlight of a bookmark, I only see the purple flag, but ...
0 votes
0 answers
68 views
"Erase customizations" button is not reverting customized face to its standard value
What I am about to say is best reproduced with an empty configuration. So if you want to reproduce this issue just back up your ~/.emacs.d and any other init files to a different folder and try this. ...
1 vote
1 answer
104 views
Incompatible faces error
I'm trying to set my ediff faces to reuse some of the magit faces. The ediff colors are not very good in the dark mode I'm using. But I'm getting an error about compatibility. I found this error ...