fix(rss): disable ligatures in elfeed list buffers

Ligatures were interfering with font-lock in elfeed search/show buffers.

Fix #3391
This commit is contained in:
Henrik Lissner 2021-09-11 14:18:57 +02:00
parent 48239aeb97
commit c44aacb319

View file

@ -87,7 +87,8 @@ 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 Info-mode)
'(not special-mode comint-mode eshell-mode term-mode vterm-mode Info-mode
elfeed-search-mode elfeed-show-mode)
"List of major modes where ligatures should be enabled.
If t, enable it everywhere (except `fundamental-mode').