emacs-devel
[Top][All Lists]
Advanced

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

Re: c-ts-mode style customization


From: Yuan Fu
Subject: Re: c-ts-mode style customization
Date: Wed, 22 Mar 2023 16:58:07 -0700


> On Mar 22, 2023, at 8:53 AM, Daniel Colascione <dancol@dancol.org> wrote:
> 
> Shouldn't customization of styles in c-ts-mode look more like cc-mode's
> style machinery? Right now, the closest thing we have to defining a new
> style is add-advice on c-ts-mode--indent-styles, which isn't
> particularly convenient or future-proof. You can't drop a new style in,
> say, .dir-locals.
> 

Actually, you can define a custom function, say, c-ts-mode-my-style, and set 
c-ts-mode-indent-style to the name of it.

Yuan


reply via email to

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