my own css for mu4e compose with org-msg #62
I confirm that...
What is your question?How can I use my own CSS when composing mail with mu4e +org? I tried adding some lines from my vannilla emacs config to the end of custom.el but I get this error: Grateful for any thoughts, System informationNo response |
Answered by
EyoelYT
Jan 22, 2026
Replies: 1 comment 1 reply
|
If they are variables to set, they need a (after! org-msg
(setq org-msg-enforce-css t)
(setq org-msg-css "
body {
font-family: Arial, Helvetica, system-ui, sans-serif;
font-size: 12pt;
line-height: 1.3;
color: #000000;
}")) |
1 reply
Answer selected by
quabolasse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If they are variables to set, they need a
setqto set the variables