mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
destructuring-bind => cl-destructuring-bind
This commit is contained in:
@ -56,7 +56,7 @@ Tries xref and falls back to `dumb-jump', then rg/ag, then
|
||||
|
||||
((and (featurep 'evil)
|
||||
evil-mode
|
||||
(destructuring-bind (beg end)
|
||||
(cl-destructuring-bind (beg end)
|
||||
(bounds-of-thing-at-point 'symbol)
|
||||
(evil-goto-definition)
|
||||
(let ((pt (point)))
|
||||
|
Reference in New Issue
Block a user