mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user