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:
Gerry Agbobada 2019-06-29 16:14:09 +02:00
parent db1c1995fd
commit a15b8e314a
2 changed files with 60 additions and 0 deletions

View file

@ -4,6 +4,8 @@
(load! "+fira"))
((featurep! +iosevka)
(load! "+iosevka"))
((featurep! +hasklig)
(load! "+hasklig"))
((featurep! +pragmata-pro)
(load! "+pragmata-pro")))