ui/pretty-code: add missing fira ligatures

This commit is contained in:
Henrik Lissner 2019-12-26 15:52:11 -05:00
parent 026fa8e65b
commit 45e9f2cffc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -110,7 +110,12 @@
("~>" . #Xe167)
("~~" . #Xe168)
("~~>" . #Xe169)
("%%" . #Xe16a)))
("%%" . #Xe16a)
("x" . #Xe16b)
(":" . #Xe16c)
("+" . #Xe16d)
("+" . #Xe16e)
("*" . #Xe16f)))
(defun +pretty-code-setup-fira-ligatures-h ()
(set-fontset-font t '(#Xe100 . #Xe16f) +pretty-code-fira-code-font-name)