Add Info-mode to list of ligature-excluded modes.
This commit is contained in:
parent
fff5b4f784
commit
d6b0c019d9
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ string starting with the character contained in car.
|
||||||
This variable is used only if you built Emacs with Harfbuzz on a version >= 28")
|
This variable is used only if you built Emacs with Harfbuzz on a version >= 28")
|
||||||
|
|
||||||
(defvar +ligatures-in-modes
|
(defvar +ligatures-in-modes
|
||||||
'(not special-mode comint-mode eshell-mode term-mode vterm-mode)
|
'(not special-mode comint-mode eshell-mode term-mode vterm-mode Info-mode)
|
||||||
"List of major modes where ligatures should be enabled.
|
"List of major modes where ligatures should be enabled.
|
||||||
|
|
||||||
If t, enable it everywhere (except `fundamental-mode').
|
If t, enable it everywhere (except `fundamental-mode').
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue