Bind key sequence for semantic-ia-complete-symbol-menu.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Sep 2010 00:18:13 +0300
changeset 459 71e9734f6569
parent 458 48aa731d00d8
child 460 9bd638f8f74c
Bind key sequence for semantic-ia-complete-symbol-menu.
.emacs-my
--- a/.emacs-my	Thu Sep 09 00:13:05 2010 +0300
+++ b/.emacs-my	Thu Sep 09 00:18:13 2010 +0300
@@ -995,6 +995,7 @@
   (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)
+  (global-set-key (kbd "C-c , c") 'semantic-ia-complete-symbol-menu)
   )
 
 ;; ----------------------------------------------------------------------