diff options
| author | benj <benj@rse8.com> | 2017-06-06 11:03:26 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2017-06-06 11:03:26 -0700 |
| commit | 6a0fbbd87a717788991cd61af1cbd73881819b6d (patch) | |
| tree | 272283e43e233b85d34ba72a2fea2f25f5e7a404 /settings/setup-haskell-mode.el | |
| parent | 84fc1dbdb9ca9b83df05d135a5edcff25ffa5db3 (diff) | |
| parent | 53853e36fa71b0c2d79d3593ebddd70b9be3b26b (diff) | |
| download | emacs-6a0fbbd87a717788991cd61af1cbd73881819b6d.tar emacs-6a0fbbd87a717788991cd61af1cbd73881819b6d.tar.gz emacs-6a0fbbd87a717788991cd61af1cbd73881819b6d.tar.bz2 emacs-6a0fbbd87a717788991cd61af1cbd73881819b6d.tar.lz emacs-6a0fbbd87a717788991cd61af1cbd73881819b6d.tar.xz emacs-6a0fbbd87a717788991cd61af1cbd73881819b6d.tar.zst emacs-6a0fbbd87a717788991cd61af1cbd73881819b6d.zip | |
Merge branch 'master' of https://github.com/benjbellon/emacs.d
Diffstat (limited to 'settings/setup-haskell-mode.el')
| -rw-r--r-- | settings/setup-haskell-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/setup-haskell-mode.el b/settings/setup-haskell-mode.el index 435387a..ea3f1f9 100644 --- a/settings/setup-haskell-mode.el +++ b/settings/setup-haskell-mode.el @@ -1,4 +1,6 @@ (require 'haskell-mode) (require 'flycheck-haskell) +(setq inferior-haskell-find-project-root nil) + (provide 'setup-haskell-mode) |
