Added haskell compile command.
authorLuke Hoersten <luke@hoersten.org>
Wed, 20 Sep 2017 14:12:46 -0500
changeset 99 c50532aea1f3
parent 98 3ec6517d5290
child 100 e1c2df47261d
child 101 2c7a2250aebf
Added haskell compile command.
elisp/haskell-intero-init.el
init.el
--- a/elisp/haskell-intero-init.el	Thu Feb 23 17:29:02 2017 -0600
+++ b/elisp/haskell-intero-init.el	Wed Sep 20 14:12:46 2017 -0500
@@ -16,6 +16,8 @@
 (add-hook 'haskell-mode-hook 'intero-mode)
 
 (setq
+ compile-command "stack build "
+
  haskell-stylish-on-save t
  haskell-indentation-layout-offset 4
  haskell-indentation-left-offset 4
--- a/init.el	Thu Feb 23 17:29:02 2017 -0600
+++ b/init.el	Wed Sep 20 14:12:46 2017 -0500
@@ -12,6 +12,7 @@
  split-width-threshold 181                    ; min width to split window horizontially
  split-height-threshold 120                   ; min width to split window vertically
  reb-re-syntax 'string                        ; use string syntax for regexp builder
+ fill-column 120                              ; line width
  require-final-newline 'visit-save)           ; add a newline automatically
 
 (put 'set-goal-column 'disabled nil)          ; enable goal column setting