haskell: Don't enable haskell-tags-on-save

This is a very opinionated option and works very poorly on even
moderately large projects as it invokes `hasktags` synchronously,
freezing the editor for several seconds on every save. Users who want
this behavior should enable it manually.

Fixes #6292.
This commit is contained in:
Ben Gamari 2016-06-11 14:05:51 +02:00 committed by syl20bnr
parent 0b2a438aa7
commit 7b1430e9d5

View file

@ -112,8 +112,6 @@
;; Use notify.el (if you have it installed) at the end of running
;; Cabal commands or generally things worth notifying.
haskell-notify-p t
;; To enable tags generation on save.
haskell-tags-on-save t
;; Remove annoying error popups
haskell-interactive-popup-errors nil
;; Better import handling