Set funny key binding for analyzer.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 27 Aug 2010 12:20:08 +0300
changeset 442 bf31b8f54b4a
parent 441 8515d1e0cc34
child 443 8c5d0e026821
Set funny key binding for analyzer.
.emacs-my
--- a/.emacs-my	Sat Aug 07 23:15:55 2010 +0300
+++ b/.emacs-my	Fri Aug 27 12:20:08 2010 +0300
@@ -982,6 +982,10 @@
 
   ;; (semantic-add-system-include "~/include" 'c++-mode)
   ;; (semantic-add-system-include "~/include" 'c-mode)
+
+  (global-set-key (kbd "C-c , .") 'semantic-ia-fast-jump)
+  (global-set-key (kbd "C-c , d") 'semantic-ia-show-doc)
+  (global-set-key (kbd "C-c , D") 'semantic-ia-describe-class)
   )
 
 ;; ----------------------------------------------------------------------