X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=dot-files%2F_emacs_el;h=e75bee5f6a76ee07ac0d9e34fb75ef28ed489412;hb=fddbe7252cdac24b9ae84fdaa773a7028db323a9;hp=be690294efc78abb8ea9be4b5572b72c42620159;hpb=b5992ec4f6321f3ae278a5b473d543924efedf21;p=sugar.git diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index be69029..e75bee5 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -385,7 +385,10 @@ Will prompt you shell name when you type `C-u' before this command." t) )) ;; Haskell -(load-if-present "haskell-site-file.el") +(autoload 'haskell-mode "haskell-mode" + "Major mode for editing Haskell scripts." t) +(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)