unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Using normal weight for org strike-through
@ 2022-01-27  5:55 fatiparty--- via Users list for the GNU Emacs text editor
       [not found] ` <MuP5aYN--3-2@tutanota.com-MuP62Rs----2>
  0 siblings, 1 reply; 4+ messages in thread
From: fatiparty--- via Users list for the GNU Emacs text editor @ 2022-01-27  5:55 UTC (permalink / raw)
  To: Help Gnu Emacs


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")       ; CR: 7.08
    (((class color) (min-colors 88) (background light))
     :foreground "#ae6029"))      ; CR: 7.03
  "Colour typeface for strike emphasis.")

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-29 13:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-27  5:55 Using normal weight for org strike-through fatiparty--- via Users list for the GNU Emacs text editor
     [not found] ` <MuP5aYN--3-2@tutanota.com-MuP62Rs----2>
2022-01-28  8:10   ` fatiparty--- via Users list for the GNU Emacs text editor
     [not found]   ` <MuUj75K--3-2@tutanota.com-MuUj7A8----2>
2022-01-29  9:08     ` fatiparty--- via Users list for the GNU Emacs text editor
     [not found]     ` <Mu_51-W--3-2@tutanota.com-Mu_5_8D----2>
2022-01-29 13:01       ` fatiparty--- via Users list for the GNU Emacs text editor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).