Remove form-feed characters

As requested in the review of
https://github.com/syl20bnr/spacemacs/pull/11550.
This commit is contained in:
Michael Peyton Jones 2019-01-22 13:05:31 +00:00 committed by duianto
parent ed41e61644
commit bd91a0b2b8
1 changed files with 0 additions and 5 deletions

View File

@ -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 ()