From 9872bf4e6d8859c03946f296aea4c7d97d0cff99 Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 24 Feb 2009 13:08:14 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 6ffa50b..426292d 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -184,6 +184,15 @@ (autoload 'literate-haskell-mode "haskell-mode" "Major mode for editing literate Haskell scripts." t) +(autoload 'run-haskell "inf-haskell" "" t) +(autoload 'switch-to-haskell "inf-haskell" "" t) +(autoload 'inferior-haskell-load-file "inf-haskell" "" t) +(autoload 'inferior-haskell-type "inf-haskell" "" t) +(autoload 'inferior-haskell-info "inf-haskell" "" t) +(autoload 'inferior-haskell-find-definition "inf-haskell" "" t) +(autoload 'inferior-haskell-find-haddock "inf-haskell" "" t) + + (add-to-list 'auto-mode-alist '("\\.hs$" . haskell-mode)) (add-to-list 'auto-mode-alist '("\\.hsc$" . haskell-mode)) -- 2.40.0