Add attrap-attrap
This commit is contained in:
parent
f981b9886e
commit
c233b84520
2 changed files with 15 additions and 1 deletions
|
@ -2,4 +2,17 @@
|
||||||
;;;###if (featurep! +dante)
|
;;;###if (featurep! +dante)
|
||||||
|
|
||||||
(def-package! dante
|
(def-package! dante
|
||||||
|
:init
|
||||||
|
(setq dante-load-flags '(;; defaults:
|
||||||
|
"+c"
|
||||||
|
"-Wwarn=missing-home-modules"
|
||||||
|
"-fno-diagnostics-show-caret"
|
||||||
|
;; neccessary to make attrap-attrap useful:
|
||||||
|
"-Wall"
|
||||||
|
;; necessary to make company completion useful:
|
||||||
|
"-fdefer-typed-holes"
|
||||||
|
"-fdefer-type-errors"))
|
||||||
:hook (haskell-mode . dante-mode))
|
:hook (haskell-mode . dante-mode))
|
||||||
|
|
||||||
|
(def-package! attrap
|
||||||
|
:commands (attrap-attrap))
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
(package! hindent)
|
(package! hindent)
|
||||||
|
|
||||||
(cond ((featurep! +dante)
|
(cond ((featurep! +dante)
|
||||||
(package! dante))
|
(package! dante)
|
||||||
|
(package! attrap))
|
||||||
((package! intero)))
|
((package! intero)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue