branch: elpa/haskell-ts-mode
commit c1d91340edc83e72565dcd48cd7f98aed633d0da
Author: Pranshu Sharma <pranshu@pebl>
Commit: Pranshu Sharma <pranshu@pebl>
URGENT FIX!!!
---
haskell-ts-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el
index 24af0b7734..5027854f78 100644
--- a/haskell-ts-mode.el
+++ b/haskell-ts-mode.el
@@ -337,8 +337,7 @@
(defvar-keymap haskell-ts-mode-map
:doc "Keymap for haskell-ts-mode."
"C-c C-c" 'haskell-ts-compile-region-and-go
- "C-c C-r" 'run-haskell
- 'haskell-ts-indent-defun)
+ "C-c C-r" 'run-haskell)
;;;###autoload
(define-derived-mode haskell-ts-mode prog-mode "haskell ts mode"