From c3ddf9adc738285b021f941d2fc6d2c0d84ed48c Mon Sep 17 00:00:00 2001 From: Yakkala Yagnesh Raghava Date: Mon, 14 Oct 2013 18:49:17 +0900 Subject: [PATCH] * recipes/haskellmode-emacs.rcp: removed the duplicate in favour of haskell-mode.rcp. --- recipes/haskellmode-emacs.rcp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 recipes/haskellmode-emacs.rcp diff --git a/recipes/haskellmode-emacs.rcp b/recipes/haskellmode-emacs.rcp deleted file mode 100644 index 15d53410..00000000 --- a/recipes/haskellmode-emacs.rcp +++ /dev/null @@ -1,9 +0,0 @@ -(:name haskellmode-emacs - :description "Haskell 2010 community editing mode" - :type darcs - :url "http://code.haskell.org/haskellmode-emacs" - :build ("make compile") - :load "haskell-site-file.el" - :post-init (progn - (add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode) - (add-hook 'haskell-mode-hook 'turn-on-haskell-indent)))