The dart config was setting the 'flutter-run-or-hot-reload' keybind with init, so if you changed the localleader in your settings, it would stay as SPC m rather than what localleader was mapped to

This commit is contained in:
Patrick Wulfe 2021-07-03 12:23:05 -07:00
parent 2731685095
commit 2546883543

View file

@ -31,7 +31,7 @@
(use-package! flutter
:when (featurep! +flutter)
:defer t
:init
:config
(map! :map dart-mode-map
:localleader
"r" #'flutter-run-or-hot-reload))