summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-12-04 22:01:24 +0100
committerrekado <rekado@elephly.net>2016-12-04 22:01:24 +0100
commitaff7208a5bcd72b7e37ffe84843b1dbbdb0d4cb4 (patch)
tree8943598f90abbc6207dc1f06ced854ebffb59c39
parentab18cb5fb4b48446765362bfc7806931ff7303b6 (diff)
Remove haskell-mode config.
-rw-r--r--init.org6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.org b/init.org
index abf26fe..40119a1 100644
--- a/init.org
+++ b/init.org
@@ -55,7 +55,6 @@ To install all packages via GNU Guix I can either use a manifest file or use the
emacs-expand-region \
emacs-fill-column-indicator \
emacs-god-mode \
- emacs-haskell-mode \
emacs-ido-ubiquitous \
emacs-js2-mode \
emacs-lispy \
@@ -821,11 +820,6 @@ This is even more stuff to be done after initialising packages. I still need to
(setq frame-background-mode 'light)
(load-theme 'solarized-light t)
-
-(add-hook 'haskell-mode-hook
- (lambda ()
- (turn-on-haskell-indentation)
- (turn-on-haskell-doc)))
#+END_SRC
* TODO And even more