forked from colonelpanic/dotfiles
[Emacs] Haskell configuration cleanup
This commit is contained in:
parent
7b1cb528b4
commit
15f490380b
@ -71,6 +71,7 @@
|
|||||||
imalison:multiple-cursors-hydra/mc/mark-next-like-this
|
imalison:multiple-cursors-hydra/mc/mark-next-like-this
|
||||||
imalison:multiple-cursors-hydra/nil
|
imalison:multiple-cursors-hydra/nil
|
||||||
isearch-delete-char
|
isearch-delete-char
|
||||||
|
make-frame
|
||||||
smex
|
smex
|
||||||
yank-rectangle
|
yank-rectangle
|
||||||
))
|
))
|
||||||
|
@ -2744,12 +2744,12 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
|
|||||||
haskell-process-auto-import-loaded-modules t
|
haskell-process-auto-import-loaded-modules t
|
||||||
;; Disable haskell-stylish-on-save, as it breaks flycheck highlighting.
|
;; Disable haskell-stylish-on-save, as it breaks flycheck highlighting.
|
||||||
;; NOTE: May not be true anymore - taksuyu 2015-10-06
|
;; NOTE: May not be true anymore - taksuyu 2015-10-06
|
||||||
haskell-stylish-on-save nil)
|
haskell-stylish-on-save nil
|
||||||
(setq haskell-indent-offset 2)
|
haskell-tags-on-save nil
|
||||||
|
haskell-indent-offset 2)
|
||||||
(require 'flycheck)
|
(require 'flycheck)
|
||||||
(delq 'haskell-stack-ghc flycheck-checkers)
|
(delq 'haskell-stack-ghc flycheck-checkers)
|
||||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
|
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)))
|
||||||
(setq haskell-tags-on-save t)))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** haskell-ide-engine
|
**** haskell-ide-engine
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user