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: Bruno Barbier
Subject: Re: Changing highlight colours of headings when using outline-minor-mode
Date: Fri, 16 Jun 2023 21:12:33 +0200

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

?



reply via email to

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