Enable Semantic local file parsing.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 11 Mar 2014 00:03:20 +0200
changeset 1124 77aed3ad8164
parent 1123 130a4e1944d5
child 1125 2fab89e9858e
Enable Semantic local file parsing.
.emacs-my
--- a/.emacs-my	Mon Mar 10 23:47:55 2014 +0200
+++ b/.emacs-my	Tue Mar 11 00:03:20 2014 +0200
@@ -2277,7 +2277,7 @@
   ;; semantic-dependency-system-include-path, semantic-customize-system-include-path
 
   ;; file local project unloaded system recursive
-  (setq-mode-local c-mode semanticdb-find-default-throttle '(file))
+  (setq-mode-local c-mode semanticdb-find-default-throttle '(file local))
   (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)