aboutsummaryrefslogtreecommitdiff
path: root/doom.d
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-02-09 18:52:02 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-02-09 18:52:02 +0000
commita1c80b3199bf5090706c715a54fbdecc309309eb (patch)
treec936c24d8d8d664ee9408c1fdf505fd6e529120f /doom.d
parent08cc5bd1485ab79ffdd8c4d9d21768ee0c96944c (diff)
downloaddotfiles-a1c80b3199bf5090706c715a54fbdecc309309eb.tar.gz
dotfiles-a1c80b3199bf5090706c715a54fbdecc309309eb.tar.bz2
dotfiles-a1c80b3199bf5090706c715a54fbdecc309309eb.zip
+haskell configuration code
For dante, setup the repl-command-line
Diffstat (limited to 'doom.d')
-rw-r--r--doom.d/modules/config.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org
index 65d02c0..185d2fc 100644
--- a/doom.d/modules/config.org
+++ b/doom.d/modules/config.org
@@ -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