equal
deleted
inserted
replaced
981 ;; (global-semantic-idle-completions-mode -1) |
981 ;; (global-semantic-idle-completions-mode -1) |
982 ;; (global-semantic-stickyfunc-mode 1) |
982 ;; (global-semantic-stickyfunc-mode 1) |
983 ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) |
983 ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) |
984 |
984 |
985 (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive)) |
985 (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive)) |
986 (semantic-add-system-include "~/.emacs.d/include" 'c-mode) |
986 ;; semantic-dependency-system-include-path |
987 (semantic-add-system-include "~/.emacs.d/include" 'c++-mode) |
987 (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c-mode))) |
|
988 (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode))) |
988 (global-semanticdb-minor-mode 1) |
989 (global-semanticdb-minor-mode 1) |
989 |
990 |
990 ;; (semantic-add-system-include "~/include" 'c++-mode) |
991 ;; (semantic-add-system-include "~/include" 'c++-mode) |
991 ;; (semantic-add-system-include "~/include" 'c-mode) |
992 ;; (semantic-add-system-include "~/include" 'c-mode) |
992 |
993 |