Merge pull request #4953 from mmarshall540/develop

Add Info-mode to list of ligature-excluded modes.
This commit is contained in:
Henrik Lissner 2021-04-30 22:10:04 -04:00 committed by GitHub
commit e146508626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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") 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').