ui/pretty-code: add missing fira ligatures
This commit is contained in:
parent
026fa8e65b
commit
45e9f2cffc
1 changed files with 6 additions and 1 deletions
|
@ -110,7 +110,12 @@
|
||||||
("~>" . #Xe167)
|
("~>" . #Xe167)
|
||||||
("~~" . #Xe168)
|
("~~" . #Xe168)
|
||||||
("~~>" . #Xe169)
|
("~~>" . #Xe169)
|
||||||
("%%" . #Xe16a)))
|
("%%" . #Xe16a)
|
||||||
|
("x" . #Xe16b)
|
||||||
|
(":" . #Xe16c)
|
||||||
|
("+" . #Xe16d)
|
||||||
|
("+" . #Xe16e)
|
||||||
|
("*" . #Xe16f)))
|
||||||
|
|
||||||
(defun +pretty-code-setup-fira-ligatures-h ()
|
(defun +pretty-code-setup-fira-ligatures-h ()
|
||||||
(set-fontset-font t '(#Xe100 . #Xe16f) +pretty-code-fira-code-font-name)
|
(set-fontset-font t '(#Xe100 . #Xe16f) +pretty-code-fira-code-font-name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue