The preference can be set per font. Maybe it was set for Fira but not for all fonts. The documentation for Fira says to use this line.
defaults write com.barebones.bbedit "EnableFontLigatures_Fira Code" -bool YES You can use this to list all the preference values and see if it was set. defaults read com.barebones.bbedit [fletcher] > On Aug 28, 2024, at 5:12 PM, Tim Gray <[email protected]> wrote: > > that did it! Thanks. Not sure why I didn't need that for Fira Code...? > > On Mon, Aug 26, 2024, at 3:15 PM, 'Gary Ash' via BBEdit Talk wrote: >> defaults write com.barebones.bbedit EnableFontLigatures -bool true > > > -- > This is the BBEdit Talk public discussion group. If you have a feature > request or believe that the application isn't working correctly, please email > "[email protected] <mailto:[email protected]>" rather than posting > here. Follow @bbedit on Mastodon: <https://mastodon.social/@bbedit> > --- > You received this message because you are subscribed to the Google Groups > "BBEdit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/bbedit/1571d475-c58b-4ba1-a6af-7154c466b27a%40betaapp.fastmail.com > > <https://groups.google.com/d/msgid/bbedit/1571d475-c58b-4ba1-a6af-7154c466b27a%40betaapp.fastmail.com?utm_medium=email&utm_source=footer>. -- This is the BBEdit Talk public discussion group. If you have a feature request or believe that the application isn't working correctly, please email "[email protected]" rather than posting here. Follow @bbedit on Mastodon: <https://mastodon.social/@bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/C213B753-B0E3-4D40-8ACB-ECA5BE9D3C0E%40cumuli.com.
