# HG changeset patch # User Oleksandr Gavenko # Date 1282900808 -10800 # Node ID bf31b8f54b4a173e0d9e899422405734b8971aa7 # Parent 8515d1e0cc34d0d41a4df82228245acb04618c38 Set funny key binding for analyzer. diff -r 8515d1e0cc34 -r bf31b8f54b4a .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) ) ;; ----------------------------------------------------------------------