elisp/haskell-init.el
changeset 77 c99c95938a05
parent 74 1ec54926890f
child 78 7d7662fcc8d1
equal deleted inserted replaced
76:af643427e1be 77:c99c95938a05
    66 
    66 
    67  '(haskell-indentation-layout-offset 4)
    67  '(haskell-indentation-layout-offset 4)
    68  '(haskell-indentation-left-offset 4)
    68  '(haskell-indentation-left-offset 4)
    69 
    69 
    70  '(haskell-process-type 'cabal-repl)
    70  '(haskell-process-type 'cabal-repl)
    71  '(haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng"))
    71  ;; '(haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng")) ;; ghci-ng
    72  '(haskell-process-path-ghci "ghci-ng")
    72  ;; '(haskell-process-path-ghci "ghci-ng") ;; ghci-ng
    73  '(haskell-process-args-ghci "-ferror-spans")
    73  '(haskell-process-args-ghci "-ferror-spans")
    74  '(haskell-process-suggest-remove-import-lines t)
    74  '(haskell-process-suggest-remove-import-lines t)
    75  '(haskell-process-auto-import-loaded-modules t)
    75  '(haskell-process-auto-import-loaded-modules t)
    76  '(haskell-process-log t)
    76  '(haskell-process-log t)
    77  '(haskell-process-reload-with-fbytecode nil)
    77  '(haskell-process-reload-with-fbytecode nil)