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:
parent
2731685095
commit
2546883543
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue