We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1237f67 commit 9954e86Copy full SHA for 9954e86
README.md
@@ -31,7 +31,7 @@ The following has a example to setup `lsp-dart`.
31
(package-refresh-contents)
32
(mapc #'package-install package-selected-packages))
33
34
-(add-hook 'dart-mode 'lsp)
+(add-hook 'dart-mode-hook 'lsp)
35
36
(setq gc-cons-threshold (* 100 1024 1024)
37
read-process-output-max (* 1024 1024)
0 commit comments