From fddbe7252cdac24b9ae84fdaa773a7028db323a9 Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 15 Jan 2020 10:50:32 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.40.0