]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Wed, 15 Jan 2020 01:50:32 +0000 (10:50 +0900)
committerPHO <pho@cielonegro.org>
Wed, 15 Jan 2020 01:50:32 +0000 (10:50 +0900)
dot-files/_emacs_el

index be690294efc78abb8ea9be4b5572b72c42620159..e75bee5f6a76ee07ac0d9e34fb75ef28ed489412 100644 (file)
@@ -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)