fix(emacs): set haskell-ts vars in haskell-ts
build / build (push) Successful in 59s

This commit is contained in:
2026-09-02 07:57:06 -06:00
parent cb3119a897
commit f8936662c2
@@ -50,9 +50,7 @@
:custom (; Show errors in REPL, not popup buffers.
(haskell-interactive-popup-errors nil)
(haskell-process-suggest-remove-import-line t)
(haskell-process-auto-import-loaded-modules t)
(haskell-ts-inferior-history-file
(file-name-concat syd-data-dir "haskell-ts-inferior-history")))
(haskell-process-auto-import-loaded-modules t))
:general
(:keymaps 'haskell-mode-map
:states '(normal visual motion emacs insert)
@@ -89,7 +87,9 @@
:custom ((haskell-ts-font-lock-level 4)
(haskell-ts-ghci "ghci")
(haskell-ts-inferior-prompt-regexp
(rx bol (or "λ> " "|> "))))
(rx bol (or "λ> " "|> ")))
(haskell-ts-inferior-history-file
(file-name-concat syd-data-dir "haskell-ts-inferior-history")))
:general
(:keymaps 'haskell-ts-mode-map
:states '(normal motion)