unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Changing foreground colours for outline-minor-mode
@ 2023-06-19 12:20 uzibalqa
  2023-06-19 15:53 ` Yuri Khan
  0 siblings, 1 reply; 5+ messages in thread
From: uzibalqa @ 2023-06-19 12:20 UTC (permalink / raw)
  To: uzibalqa via Users list for the GNU Emacs text editor


Having changed outline-regexp to accept ";;; H1" ";;; H2", ... as outline headers,
I also want to change the foreground colours at the different heading levels.

(defvar hglevels
  '( (";;; H1" . 1) (";;; H2" . 2) (";;; H3" . 3) (";;; H4" . 4)
     (";;; H5" . 5) (";;; H6" . 6) (";;; H7" . 7) (";;; H8" . 8) ))

(setq outline-heading-alist hglevels)

But I do not see the foreground colours taking effect.

Is the definition for hglevels wrong for setting outline-heading-alist ?

Would I need to enable outline-minor-mode before or after setting outline-heading-alist ?





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

end of thread, other threads:[~2023-06-19 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19 12:20 Changing foreground colours for outline-minor-mode uzibalqa
2023-06-19 15:53 ` Yuri Khan
2023-06-19 16:06   ` uzibalqa
2023-06-19 16:25     ` Yuri Khan
2023-06-19 16:55       ` uzibalqa

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).