Reformat haskell packages.el
This commit is contained in:
parent
b42dd5c1db
commit
bcd930abb7
1 changed files with 4 additions and 6 deletions
|
@ -2,11 +2,9 @@
|
|||
;;; lang/haskell/packages.el
|
||||
|
||||
(package! haskell-mode)
|
||||
|
||||
;;
|
||||
(cond ((featurep! +dante)
|
||||
(package! dante))
|
||||
(t (package! intero)))
|
||||
|
||||
(package! hindent)
|
||||
|
||||
(cond ((featurep! +dante)
|
||||
(package! dante))
|
||||
((package! intero)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue