From d6b0c019d963f18dcb504ca5146338ed4f0911d2 Mon Sep 17 00:00:00 2001 From: Martin Marshall Date: Fri, 30 Apr 2021 18:19:04 -0400 Subject: [PATCH] Add Info-mode to list of ligature-excluded modes. --- modules/ui/ligatures/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/ligatures/config.el b/modules/ui/ligatures/config.el index d29c4d884..b106c8e7a 100644 --- a/modules/ui/ligatures/config.el +++ b/modules/ui/ligatures/config.el @@ -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').