mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
13 lines
203 B
EmacsLisp
13 lines
203 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode)
|
|
|
|
;;
|
|
(cond ((featurep! +dante)
|
|
(package! dante))
|
|
(t
|
|
(package! intero)
|
|
(package! hindent)))
|
|
|