merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 30 Aug 2010 09:05:01 +0300
changeset 451 cf6fe4141a9d
parent 449 068ea808901d (current diff)
parent 450 53773da85b43 (diff)
child 452 b9760779b51f
merged
.emacs-my
--- a/.emacs-my	Sun Aug 29 20:26:28 2010 +0300
+++ b/.emacs-my	Mon Aug 30 09:05:01 2010 +0300
@@ -969,15 +969,12 @@
   ;; (global-semantic-stickyfunc-mode 1)
   ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package))
 
+  ;; semantic-dependency-system-include-path, semantic-customize-system-include-path
   (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive))
-  ;; semantic-dependency-system-include-path
   (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c-mode)))
   (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode)))
   (global-semanticdb-minor-mode 1)
 
-  ;; (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)