Skip to content

Commit 9954e86

Browse files
authored
[docs] Fix dart-mode-hook
1 parent 1237f67 commit 9954e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following has a example to setup `lsp-dart`.
3131
(package-refresh-contents)
3232
(mapc #'package-install package-selected-packages))
3333
34-
(add-hook 'dart-mode 'lsp)
34+
(add-hook 'dart-mode-hook 'lsp)
3535
3636
(setq gc-cons-threshold (* 100 1024 1024)
3737
read-process-output-max (* 1024 1024)

0 commit comments

Comments
 (0)