From bd91a0b2b8872d5fe34e30fd155e85a2c3efc257 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Tue, 22 Jan 2019 13:05:31 +0000 Subject: [PATCH] Remove form-feed characters As requested in the review of https://github.com/syl20bnr/spacemacs/pull/11550. --- layers/+lang/haskell/funcs.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/layers/+lang/haskell/funcs.el b/layers/+lang/haskell/funcs.el index b86dc48cf..81942a6fe 100644 --- a/layers/+lang/haskell/funcs.el +++ b/layers/+lang/haskell/funcs.el @@ -22,7 +22,6 @@ (haskell-navigate-imports) (haskell-mode-format-imports))) - ;; Completion setup functions (defun spacemacs-haskell//setup-backend () @@ -41,7 +40,6 @@ (`dante (spacemacs-haskell//setup-dante-company)) (`ghc-mod (spacemacs-haskell//setup-ghc-mod-company)))) - ;; ghci functions (defun spacemacs-haskell//setup-ghci () @@ -52,7 +50,6 @@ :backends (company-ghci company-dabbrev-code company-yasnippet) :modes haskell-mode)) - ;; ghc-mod functions (defun spacemacs-haskell//setup-ghc-mod () @@ -63,7 +60,6 @@ :backends (company-ghc company-dabbrev-code company-yasnippet) :modes haskell-mode)) - ;; Dante functions (defun spacemacs-haskell//setup-dante () @@ -79,7 +75,6 @@ (interactive) (dante-type-at :insert)) - ;; Intero functions (defun spacemacs-haskell//setup-intero ()