chore: add haskell
This commit is contained in:
parent
ba6a74607f
commit
e659ffe39b
2 changed files with 5 additions and 0 deletions
|
@ -198,4 +198,8 @@
|
||||||
:ensure t
|
:ensure t
|
||||||
:mode "\\.qml\\'")
|
:mode "\\.qml\\'")
|
||||||
|
|
||||||
|
(use-package haskell-mode
|
||||||
|
:ensure t
|
||||||
|
:mode "\\.hs\\'")
|
||||||
|
|
||||||
(provide 'config)
|
(provide 'config)
|
||||||
|
|
|
@ -42,6 +42,7 @@ in
|
||||||
base16-theme
|
base16-theme
|
||||||
nix-mode
|
nix-mode
|
||||||
rust-mode
|
rust-mode
|
||||||
|
haskell-mode
|
||||||
envrc
|
envrc
|
||||||
;
|
;
|
||||||
treesit-grammars = epkgs.treesit-grammars.with-all-grammars;
|
treesit-grammars = epkgs.treesit-grammars.with-all-grammars;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue