forked from colonelpanic/dotfiles
Haskell config fixes
This commit is contained in:
parent
1bed975e86
commit
c41941a172
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user