Skip to content

Commit 18e5383

Browse files
committed
Fix prefix of keybindings to use lsp-mode prefix
1 parent b910f12 commit 18e5383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-dart-utils.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ FLUTTER_ROOT environment variable."
150150

151151
(defun lsp-dart-define-key (key action)
152152
"Define KEY with ACTION."
153-
(define-key lsp-mode-map (kbd (concat "D " key)) action))
153+
(define-key lsp-mode-map (kbd (concat lsp-keymap-prefix " D " key)) action))
154154

155155

156156
;; Log

0 commit comments

Comments
 (0)