Skip to content

Commit

Permalink
Default hindent-extra-args to nil
Browse files Browse the repository at this point in the history
Works around an upstream bug for which I've submitted a patch.
  • Loading branch information
purcell committed Dec 10, 2017
1 parent 4e487d4 commit 60dc749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/init-haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
(add-hook 'haskell-mode-hook 'haskell-auto-insert-module-template)

(when (maybe-require-package 'hindent)
(add-hook 'haskell-mode-hook 'hindent-mode))
(add-hook 'haskell-mode-hook 'hindent-mode)
(setq-default hindent-extra-args nil))

(after-load 'haskell-mode
(define-key haskell-mode-map (kbd "C-c h") 'hoogle)
Expand Down

0 comments on commit 60dc749

Please sign in to comment.