mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(clojure): type error evilifying cider-debug keys
This commit is contained in:
@ -131,9 +131,10 @@
|
||||
(let* ((from (car replacement))
|
||||
(to (cadr replacement))
|
||||
(item (assoc from cider-debug-prompt-commands)))
|
||||
(when item
|
||||
;; Position matters, hence the update-in-place
|
||||
(setf (car item) (car to))
|
||||
(setf (cdr item) (cdr to))))
|
||||
(setf (cdr item) (cdr to)))))
|
||||
'((?h (?H "here" "Here"))
|
||||
(?i (?I "in" "In"))
|
||||
(?j (?J "inject" "inJect"))
|
||||
|
Reference in New Issue
Block a user