From 117e91781bddb267fb7dd1949da34f59bd198420 Mon Sep 17 00:00:00 2001 From: larstvei Date: Fri, 28 Oct 2022 14:03:02 +0200 Subject: [PATCH] Remove monstrosity --- init.org | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/init.org b/init.org index 583478f..6acf364 100644 --- a/init.org +++ b/init.org @@ -1128,22 +1128,6 @@ (add-hook 'haskell-mode-hook 'turn-on-haskell-indent) #+END_SRC - Due to a bug in haskell-mode I have to keep this monstrosity in my config... - #+BEGIN_SRC emacs-lisp - (setq haskell-process-args-ghci - '("-ferror-spans" "-fshow-loaded-modules")) - - (setq haskell-process-args-cabal-repl - '("--ghc-options=-ferror-spans -fshow-loaded-modules")) - - (setq haskell-process-args-stack-ghci - '("--ghci-options=-ferror-spans -fshow-loaded-modules" - "--no-build" "--no-load")) - - (setq haskell-process-args-cabal-new-repl - '("--ghc-options=-ferror-spans -fshow-loaded-modules")) - #+END_SRC - ** Maude Use =---= for comments in Maude.