Merge branch 'main' of git.zander.im:Zander671/emacs-config

This commit is contained in:
2026-04-01 13:22:23 -07:00

View File

@@ -1993,7 +1993,9 @@ MAPS are expected to be keymaps for modes for languages with C-style comments."
(use-package haskell-ts-mode
:hook (haskell-ts-mode . my/eglot-if-trusted)
:custom
(haskell-ts-use-indent t))
(haskell-ts-use-indent t)
:init
(add-to-list 'auto-mode-alist '("\\.hs\\'" . haskell-ts-mode)))
;; c-ts-mode
(setopt ff-ignore-include t)