Skip to content

Commit

Permalink
[clojure] Increase debug binding priority
Browse files Browse the repository at this point in the history
Addresses #13594. Now the debug map should have priority over all bindings apart
from transient maps.
  • Loading branch information
fnussbaum committed Sep 16, 2024
1 parent 06067c3 commit 4a16540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+lang/clojure/funcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ If called with a prefix argument, uses the other-window instead."
(defun spacemacs/cider-debug-setup ()
"Initialize debug mode."
(when (memq dotspacemacs-editing-style '(hybrid vim))
(evil-make-overriding-map cider--debug-mode-map 'normal)
(evil-make-intercept-map cider--debug-mode-map)
(evil-normalize-keymaps)))

(defun spacemacs/clj-find-var (sym-name &optional arg)
Expand Down

0 comments on commit 4a16540

Please sign in to comment.