Skip to content

Commit

Permalink
[Dape] Define variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jojojames committed Aug 17, 2024
1 parent 80a32c4 commit 772571f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modes/dape/evil-collection-dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
(require 'evil-collection)
(require 'dape nil t)

(defvar dape-info-scope-mode-map)
(defvar dape-info-watch-mode-map)

(defconst evil-collection-dape-maps '(dape-info-watch-edit-mode-map
dape-info-scope-mode-map
dape-info-watch-mode-map))
Expand Down

0 comments on commit 772571f

Please sign in to comment.