X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_emacs_el;h=e75bee5f6a76ee07ac0d9e34fb75ef28ed489412;hb=fddbe7252cdac24b9ae84fdaa773a7028db323a9;hp=be690294efc78abb8ea9be4b5572b72c42620159;hpb=02fcab9a650e690fc4cfea0a93a71135efba0b5f;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)