mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -31,7 +31,7 @@
|
|||||||
(use-package! flutter
|
(use-package! flutter
|
||||||
:when (featurep! +flutter)
|
:when (featurep! +flutter)
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:config
|
||||||
(map! :map dart-mode-map
|
(map! :map dart-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
"r" #'flutter-run-or-hot-reload))
|
"r" #'flutter-run-or-hot-reload))
|
||||||
|
Reference in New Issue
Block a user