Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clojure] Increase debug binding priority #16579

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading