This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
((haskell-mode | |
. ((haskell-indent-spaces . 2) | |
(hindent-style . "gibiansky") | |
(haskell-process-type . stack-ghci) | |
(haskell-process-path-ghci . "stack") | |
(haskell-process-args-ghci . ("ghci")) | |
(haskell-process-args-stack-ghci . ("--ghc-options=-ferror-spans" "--with-ghc=ghci-ng")))) | |
(haskell-cabal-mode | |
. ((haskell-process-type . stack-ghci) | |
(haskell-process-path-ghci . "stack") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; -*- mode: emacs-lisp -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Configuration Layers declaration." | |
(setq-default | |
;; List of additional paths where to look for configuration layers. | |
;; Paths must have a trailing slash (i.e. `~/.mycontribs/') | |
dotspacemacs-configuration-layer-path '() |
NewerOlder