Fix "d d d starts with non prefix key" warning during loading of dap

This commit is contained in:
Maximilian Wolff 2019-12-15 14:25:38 +01:00
parent 9720127282
commit d3283fe04a
No known key found for this signature in database
GPG key ID: 2DD07025BFDBD89A

View file

@ -38,6 +38,7 @@
;; avoid clash with other debug key bindings
(spacemacs/set-leader-keys-for-major-mode mode "db" nil)
(spacemacs/set-leader-keys-for-major-mode mode "dd" nil)
(spacemacs/declare-prefix-for-mode mode "md" "debug")
(spacemacs/declare-prefix-for-mode mode "mdb" "breakpoints")