help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing highlight colours of headings when using outline-minor-mode


From: uzibalqa
Subject: Re: Changing highlight colours of headings when using outline-minor-mode
Date: Fri, 16 Jun 2023 19:34:16 +0000

------- Original Message -------
On Saturday, June 17th, 2023 at 7:12 AM, Bruno Barbier <brubar.cs@gmail.com> 
wrote:


> uzibalqa uzibalqa@proton.me writes:
> 
> 
> Shouldn't this:
> 
> > (put-text-property (point-at-bol) (point-at-eol)
> > '$tyface $tyface))))
> 
> be:
> 
> > (put-text-property (point-at-bol) (point-at-eol)
> > 'font-lock-face $tyface))))
> 
> ?

Most likely, but I also have to incorporate all this with 
"outline-minor-mode-highlight".

What would you suggest ?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]