Merge pull request #1948 from facelesspanda/develop
ui/modeline: fix ligature advice for hlissner#1216
This commit is contained in:
commit
80f56f4a40
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
(featurep! :ui pretty-code +iosevka))
|
||||
;; Fix #1216 and seagle0128/doom-modeline#69: wrong icon displayed for
|
||||
;; 'save' icon in modeline.
|
||||
(defadvice! +modeline-fix-font-conflict-with-ligatures-a (icon-name &rest args)
|
||||
(defadvice! +modeline-fix-font-conflict-with-ligatures-a (&rest args)
|
||||
:override #'doom-modeline-icon-material
|
||||
(when doom-modeline-icon
|
||||
(pcase (car args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue