This commit is contained in:
@@ -50,9 +50,7 @@
|
|||||||
:custom (; Show errors in REPL, not popup buffers.
|
:custom (; Show errors in REPL, not popup buffers.
|
||||||
(haskell-interactive-popup-errors nil)
|
(haskell-interactive-popup-errors nil)
|
||||||
(haskell-process-suggest-remove-import-line t)
|
(haskell-process-suggest-remove-import-line t)
|
||||||
(haskell-process-auto-import-loaded-modules t)
|
(haskell-process-auto-import-loaded-modules t))
|
||||||
(haskell-ts-inferior-history-file
|
|
||||||
(file-name-concat syd-data-dir "haskell-ts-inferior-history")))
|
|
||||||
:general
|
:general
|
||||||
(:keymaps 'haskell-mode-map
|
(:keymaps 'haskell-mode-map
|
||||||
:states '(normal visual motion emacs insert)
|
:states '(normal visual motion emacs insert)
|
||||||
@@ -89,7 +87,9 @@
|
|||||||
:custom ((haskell-ts-font-lock-level 4)
|
:custom ((haskell-ts-font-lock-level 4)
|
||||||
(haskell-ts-ghci "ghci")
|
(haskell-ts-ghci "ghci")
|
||||||
(haskell-ts-inferior-prompt-regexp
|
(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
|
:general
|
||||||
(:keymaps 'haskell-ts-mode-map
|
(:keymaps 'haskell-ts-mode-map
|
||||||
:states '(normal motion)
|
:states '(normal motion)
|
||||||
|
|||||||
Reference in New Issue
Block a user