diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·33-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·33-0400 |
commit | 12597283407dda0b641a475ff5326e13c64a80dc (patch) | |
tree | 6c07b9224035549ea36f6677bf5a40e35baa5d0a /config.el | |
parent | 27f32372798d3727c277c6487a8789e72e929100 (diff) |
don't enable lsp-mode everywhere
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.el b/config.el index d5a2f2545ff3..503f8d10baff 100644 --- a/config.el +++ b/config.el @@ -644,7 +644,6 @@ (use-package! lsp-mode :after (:any haskell-mode) :config - (lsp-mode) (setq lsp-response-timeout 60) :hook (haskell-mode . lsp-mode)) |