# HG changeset patch # User Oleksandr Gavenko # Date 1367999088 -10800 # Node ID daf87221194657c77486173c8fa1443f65ae2b7f # Parent fdb9d7f7066ef0f88cb45e3a3bf75a08e6ab1d0a Enable many CEDET features. diff -r fdb9d7f7066e -r daf872211946 .emacs-my --- a/.emacs-my Wed May 08 10:26:21 2013 +0300 +++ b/.emacs-my Wed May 08 10:44:48 2013 +0300 @@ -2105,15 +2105,18 @@ (when (featurep 'cedet) (global-ede-mode t) + (global-semantic-idle-scheduler-mode 1) (global-semantic-idle-summary-mode 1) - (global-semantic-idle-scheduler-mode 1) - (setq semantic-idle-scheduler-idle-time 1) ; 1 sec. + (global-semantic-idle-completions-mode 1) (global-semantic-decoration-mode 1) (global-semantic-mru-bookmark-mode 1) ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) (global-semantic-stickyfunc-mode -1) - (global-semantic-idle-completions-mode -1) - + (global-semantic-highlight-func-mode 1) + (global-semantic-decoration-mode 1) + (global-semantic-idle-local-symbol-highlight-mode 1) + + (setq semantic-idle-scheduler-idle-time 5) (setq semantic-idle-scheduler-work-idle-time 60) ;; (setq semantic-idle-work-parse-neighboring-files-flag nil)