Score:0

Emacs Org Mode - Using normal weight for org strike-through

al flag

I am using the following code to change the colour of emphasis (strike-through). But I also want to use normal weight for the font. How can this be done?

(defface emph-strike
  '((default :inherit (:strike-through t))
    (((class color) (min-colors 88) (background dark))
     :foreground "#ae6029")
    (((class color) (min-colors 88) (background light))
     :foreground "#ae6029"))
  "Colour typeface for strike emphasis.")

(setq org-emphasis-alist
      '("+" emph-strike) )

My configuration uses bold, but want to change org emphasis strike-through to use normal weight.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.