update
[emacs-init.git] / setup / rtags.el
index 0d47656..b78dd64 100644 (file)
@@ -33,6 +33,8 @@
     (function rtags-find-symbol-at-point))
   (define-key c-mode-base-map (kbd "\C-c,")
     (function rtags-find-references-at-point))
+  (define-key c-mode-base-map (kbd "\C-cn")
+    (function rtags-next-diag))
   ;; disable prelude's use of C-c r, as this is the rtags keyboard prefix
   ;; (define-key prelude-mode-map (kbd "C-c r") nil)
   ;; install standard rtags keybindings. Do M-. on the symbol below to