summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2016-05-26 11:17:22 -0700
committerbenj <benj@rse8.com>2016-05-26 11:17:22 -0700
commitd62b9781ff1968760a1fc55c097fa7724a3d40a5 (patch)
tree2edf322c4ee1bf6311c14ee37c67b3abfd1ac309 /init.el
parent1a26be6cc66a078685c871c7647796668a15a298 (diff)
downloademacs-d62b9781ff1968760a1fc55c097fa7724a3d40a5.tar
emacs-d62b9781ff1968760a1fc55c097fa7724a3d40a5.tar.gz
emacs-d62b9781ff1968760a1fc55c097fa7724a3d40a5.tar.bz2
emacs-d62b9781ff1968760a1fc55c097fa7724a3d40a5.tar.lz
emacs-d62b9781ff1968760a1fc55c097fa7724a3d40a5.tar.xz
emacs-d62b9781ff1968760a1fc55c097fa7724a3d40a5.tar.zst
emacs-d62b9781ff1968760a1fc55c097fa7724a3d40a5.zip
basic haskell
Diffstat (limited to '')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 19f152b..4e63bf6 100644
--- a/init.el
+++ b/init.el
@@ -27,7 +27,9 @@
dash
flycheck
flycheck-clojure
+ flycheck-haskell
flycheck-pos-tip
+ haskell-mode
highlight-escape-sequences
ido-vertical-mode
markdown-mode
@@ -50,6 +52,7 @@
(require 'setup-clojure-mode)
(require 'setup-flycheck)
+(require 'setup-haskell-mode)
(require 'setup-ido)
(require 'setup-markdown-mode)
(require 'setup-multiple-cursors)