This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user