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

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))