* Issue with setting font-lock-punctuation-face
@ 2024-09-11 5:53 Muhammad Abuturab
2024-09-11 14:56 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Muhammad Abuturab @ 2024-09-11 5:53 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I have changed the color for font-lock-punctuation-face but it doesn't
reflect in my code after restarting my emacs.
Emacs version: 29.1
I have also tried adding these options in my init file.
(add-hook 'emacs-lisp-mode-hook #'turn-on-font-lock)
(global-font-lock-mode t)
Please advise.
Thank you.
Regards
Muhammad
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Issue with setting font-lock-punctuation-face
2024-09-11 5:53 Issue with setting font-lock-punctuation-face Muhammad Abuturab
@ 2024-09-11 14:56 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-09-11 14:56 UTC (permalink / raw)
To: help-gnu-emacs
> From: Muhammad Abuturab <md.abuturab@gmail.com>
> Date: Wed, 11 Sep 2024 13:53:01 +0800
>
> Hi,
> I have changed the color for font-lock-punctuation-face but it doesn't
> reflect in my code after restarting my emacs.
>
> Emacs version: 29.1
>
> I have also tried adding these options in my init file.
> (add-hook 'emacs-lisp-mode-hook #'turn-on-font-lock)
> (global-font-lock-mode t)
For you to see any differences, the major mode should use this face in
its font-lock setup. Currently, only lua-ts-mode supports that face,
and only in Emacs 30.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-11 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 5:53 Issue with setting font-lock-punctuation-face Muhammad Abuturab
2024-09-11 14:56 ` Eli Zaretskii
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).