mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-26 03:41:59 -08:00
10 lines
216 B
EmacsLisp
10 lines
216 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode)
|
|
|
|
(cond ((featurep! +dante)
|
|
(package! dante)
|
|
(package! attrap))
|
|
((featurep! +intero)
|
|
(package! intero)))
|