X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2Frtags.el;h=b78dd643ea8a4ad69e0d5f43bc1f95a8cf29d360;hb=a13a166794e1e6f22407e13110fe83b9cb095ab8;hp=0d47656476bd3e1784a58825ad2759c7c492be00;hpb=844f5833be3c5f0d48e1b3b900c592841f0516d6;p=emacs-init.git diff --git a/setup/rtags.el b/setup/rtags.el index 0d47656..b78dd64 100644 --- a/setup/rtags.el +++ b/setup/rtags.el @@ -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