mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add attrap-attrap
This commit is contained in:
@ -2,4 +2,17 @@
|
||||
;;;###if (featurep! +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))
|
||||
|
||||
(def-package! attrap
|
||||
:commands (attrap-attrap))
|
||||
|
Reference in New Issue
Block a user