.emacs-my
changeset 1124 77aed3ad8164
parent 1123 130a4e1944d5
child 1125 2fab89e9858e
equal deleted inserted replaced
1123:130a4e1944d5 1124:77aed3ad8164
  2275   (semantic-mode 1)
  2275   (semantic-mode 1)
  2276 
  2276 
  2277   ;; semantic-dependency-system-include-path, semantic-customize-system-include-path
  2277   ;; semantic-dependency-system-include-path, semantic-customize-system-include-path
  2278 
  2278 
  2279   ;; file local project unloaded system recursive
  2279   ;; file local project unloaded system recursive
  2280   (setq-mode-local c-mode semanticdb-find-default-throttle '(file))
  2280   (setq-mode-local c-mode semanticdb-find-default-throttle '(file local))
  2281   (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c-mode)))
  2281   (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c-mode)))
  2282   (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode)))
  2282   (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode)))
  2283   (global-semanticdb-minor-mode 1)
  2283   (global-semanticdb-minor-mode 1)
  2284 
  2284 
  2285   (global-ede-mode t)
  2285   (global-ede-mode t)