Skip to content
Discussion options

You must be logged in to vote

If they are variables to set, they need a setq to set the variables

(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;
}"))

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@quabolasse
Comment options

Answer selected by quabolasse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants