980 (global-semantic-idle-summary-mode 1) |
980 (global-semantic-idle-summary-mode 1) |
981 (global-semantic-idle-scheduler-mode 1) |
981 (global-semantic-idle-scheduler-mode 1) |
982 (setq semantic-idle-scheduler-idle-time 1) ; 1 sec. |
982 (setq semantic-idle-scheduler-idle-time 1) ; 1 sec. |
983 (global-semantic-decoration-mode 1) |
983 (global-semantic-decoration-mode 1) |
984 (global-semantic-mru-bookmark-mode 1) |
984 (global-semantic-mru-bookmark-mode 1) |
985 ;; (global-semantic-idle-completions-mode -1) |
|
986 ;; (global-semantic-stickyfunc-mode 1) |
|
987 ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) |
985 ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) |
|
986 (global-semantic-stickyfunc-mode -1) |
|
987 (global-semantic-idle-completions-mode -1) |
988 |
988 |
989 ;; semantic-dependency-system-include-path, semantic-customize-system-include-path |
989 ;; semantic-dependency-system-include-path, semantic-customize-system-include-path |
990 (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive)) |
990 (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive)) |
991 (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c-mode))) |
991 (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c-mode))) |
992 (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode))) |
992 (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode))) |