Haskell config fixes

This commit is contained in:
Ivan Malison 2016-09-15 01:49:52 -07:00
parent 1bed975e86
commit c41941a172
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2292,8 +2292,6 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
**** haskell **** haskell
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package haskell-mode (use-package haskell-mode
:mode ("\\.?xmonad.?.*\\'"
"\\.?xmobar.*\\'")
:commands haskell-mode :commands haskell-mode
:config :config
(progn (progn
@ -2312,7 +2310,7 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(use-package ghc (use-package ghc
:after haskell-mode :after haskell-mode
:config :config
(add-hook 'haskell-mode-hook 'ghci-nit)) (add-hook 'haskell-mode-hook 'ghc-init))
#+END_SRC #+END_SRC
***** company-ghc ***** company-ghc
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp