]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_emacs_el
Auto commit by The Sugar System.
[sugar.git] / dot-files / _emacs_el
index 6ffa50bb1f029b7732cf610dee32672198e861e8..426292dfe5a563d8edc7b9b3d966b86e4a3a0712 100644 (file)
 (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))