+haskell configuration code

For dante, setup the repl-command-line
This commit is contained in:
AChavali
2020-02-09 18:52:02 +00:00
parent 08cc5bd148
commit a1c80b3199

View File

@@ -340,6 +340,11 @@ each of the unit tests ran."
:major-modes '(typescript-mode)
:server-id 'typescript))))
#+END_SRC
** Haskell
#+BEGIN_SRC elisp
(after! (haskell-mode dante)
(setq dante-repl-command-line '("stack" "ghci")))
#+END_SRC
* Keymap
General keymap for leader
** Personal