got rid of hindent as a seperate feature
This commit is contained in:
parent
e727e2041f
commit
19400598b4
4 changed files with 6 additions and 14 deletions
|
@ -3,13 +3,13 @@
|
|||
(cond ((featurep! +intero) (load! "+intero"))
|
||||
((featurep! +dante) (load! "+dante")))
|
||||
|
||||
(when (featurep! +hindent) (load! "+hindent"))
|
||||
|
||||
|
||||
;;
|
||||
;; Common plugins
|
||||
;;
|
||||
|
||||
(def-package! hindent
|
||||
:hook (haskell-mode . hindent-mode))
|
||||
|
||||
(after! haskell-mode
|
||||
(set-repl-handler! 'haskell-mode #'switch-to-haskell)
|
||||
(add-to-list 'completion-ignored-extensions ".hi"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue