c-c++: Update SPC m g Y command

Upstream renamed rtags-cycle-overlays-on-screen to
rtags-cycle-through-diagnostics.  As a result, SPC m g Y
causes the following error:

    Wrong type argument: commandp, rtags-cycle-overlays-on-screen

This commit updates the corresponding key binding
to the new command name in order to prevent the error.

3011f4e787

* layers/+lang/c-c++/packages.el (c-c++/init-rtags): Change
rtags-cycle-overlays-on-screen to rtags-cycle-through-diagnostics.
This commit is contained in:
Miciah 2018-07-12 16:25:55 -04:00 committed by Codruț Constantin Gușoi
parent 52b2b4b83d
commit 814ac87692
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
"gv" 'rtags-find-virtuals-at-point
"gV" 'rtags-print-enum-value-at-point
"gX" 'rtags-fix-fixit-at-point
"gY" 'rtags-cycle-overlays-on-screen)))))
"gY" 'rtags-cycle-through-diagnostics)))))
(defun c-c++/post-init-realgud()
(dolist (mode c-c++-modes)