summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-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