From: PHO Date: Tue, 24 Feb 2009 04:08:14 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=9872bf4e6d8859c03946f296aea4c7d97d0cff99;p=sugar.git Auto commit by The Sugar System. --- 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))