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:
parent
48239aeb97
commit
c44aacb319
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
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 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.
|
"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