Merge pull request #748 from aidangilmore/develop
ui/pretty-code: Added support for PragmataPro font
This commit is contained in:
commit
ae21b90278
4 changed files with 223 additions and 13 deletions
|
@ -3,7 +3,9 @@
|
|||
(cond ((featurep! +fira)
|
||||
(load! "+fira"))
|
||||
((featurep! +iosevka)
|
||||
(load! "+iosevka")))
|
||||
(load! "+iosevka"))
|
||||
((featurep! +pragmata-pro)
|
||||
(load! "+pragmata-pro")))
|
||||
|
||||
(defvar +pretty-code-enabled-modes t
|
||||
"List of major modes in which `prettify-symbols-mode' should be enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue