From: PHO Date: Wed, 15 Jan 2020 01:50:32 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=fddbe7252cdac24b9ae84fdaa773a7028db323a9 Auto commit by The Sugar System. --- 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)