Add Hasklig pretty-code configuration
Took the list of symbols from https://github.com/minad/hasklig-mode/blob/master/hasklig-mode.el , only rudimentary testings has been done on this
This commit is contained in:
parent
db1c1995fd
commit
a15b8e314a
2 changed files with 60 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
(load! "+fira"))
|
||||
((featurep! +iosevka)
|
||||
(load! "+iosevka"))
|
||||
((featurep! +hasklig)
|
||||
(load! "+hasklig"))
|
||||
((featurep! +pragmata-pro)
|
||||
(load! "+pragmata-pro")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue