diff --git a/evil-collection-debug.el b/evil-collection-debug.el index 4bc776d..178404b 100644 --- a/evil-collection-debug.el +++ b/evil-collection-debug.el @@ -42,7 +42,9 @@ ;; motion (kbd "") 'forward-button (kbd "S-") 'backward-button - (kbd "") 'debug-help-follow + (kbd "") (if (< emacs-major-version 27) + 'debug-help-follow + 'backtrace-help-follow-symbol) (kbd "SPC") 'next-line "R" 'debugger-record-expression