Add Info-mode to list of ligature-excluded modes.

This commit is contained in:
Martin Marshall 2021-04-30 18:19:04 -04:00
parent fff5b4f784
commit d6b0c019d9

View file

@ -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")
(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.
If t, enable it everywhere (except `fundamental-mode').