Merge pull request #5230 from PatrickWulfe/flutter-localleader-binding-fix

The dart config was setting the 'flutter-run-or-hot-reload' keybind w…
This commit is contained in:
Henrik Lissner 2021-07-08 14:13:26 -04:00 committed by GitHub
commit 5ed4cbf6f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,8 @@
:when (featurep! +flutter)
:defer t
:init
(map! :map dart-mode-map
(map! :after dart-mode
:map dart-mode-map
:localleader
"r" #'flutter-run-or-hot-reload))