Add a note about what sort of ligatures disable_ligatures affects
This commit is contained in:
parent
d78a553910
commit
1cb183f5e1
1 changed files with 3 additions and 0 deletions
|
|
@ -304,6 +304,9 @@ def disable_ligatures(x: str) -> int:
|
|||
map alt+2 disable_ligatures_in all never
|
||||
map alt+3 disable_ligatures_in tab cursor
|
||||
|
||||
Note that this refers to programming ligatures, typically implemented using the
|
||||
:code:`calt` OpenType feature. For disabling general ligatures, use the
|
||||
:opt:`font_features` setting.
|
||||
'''))
|
||||
|
||||
o('font_features', 'none', long_text=_('''
|
||||
|
|
|
|||
Loading…
Reference in a new issue