aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/init-haskell-mode.el
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-01 19:26:05 +0100
committerMattias Andrée <m@maandree.se>2025-03-01 19:26:05 +0100
commit2574c4cabc34756eb124e69d6a8e0ffeaa56a44f (patch)
tree0b6bc70a0d2bd5cb3879eb7b998b4ea17b053575 /emacs/init-haskell-mode.el
parentm (diff)
downloaddotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.gz
dotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.bz2
dotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.xz
...
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'emacs/init-haskell-mode.el')
-rw-r--r--emacs/init-haskell-mode.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/init-haskell-mode.el b/emacs/init-haskell-mode.el
deleted file mode 100644
index 6fe75c2..0000000
--- a/emacs/init-haskell-mode.el
+++ /dev/null
@@ -1,7 +0,0 @@
-(add-to-list 'load-path "/usr/share/emacs/site-lisp/haskell-mode/")
-(require 'haskell-mode-autoloads)
-(add-to-list 'Info-default-directory-list "/usr/share/emacs/site-lisp/haskell-mode/")
-(add-hook 'haskell-mode-hook
- (lambda ()
- (turn-on-haskell-doc)
- (turn-on-haskell-simple-indent)))