.emacs-my
changeset 1368 ec4a06cc1a8b
parent 1367 4b9e39b257f0
child 1370 4524d2c17ae6
equal deleted inserted replaced
1367:4b9e39b257f0 1368:ec4a06cc1a8b
  2545 (when (featurep 'cedet)
  2545 (when (featurep 'cedet)
  2546   (require 'semantic)
  2546   (require 'semantic)
  2547 
  2547 
  2548   (global-semantic-idle-scheduler-mode 1)
  2548   (global-semantic-idle-scheduler-mode 1)
  2549   (global-semantic-idle-summary-mode 1)
  2549   (global-semantic-idle-summary-mode 1)
  2550   (global-semantic-idle-completions-mode 1)
  2550   (global-semantic-idle-completions-mode -1)
  2551   (global-semantic-mru-bookmark-mode 1)
  2551   (global-semantic-mru-bookmark-mode 1)
  2552   ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package))
  2552   ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package))
  2553   (global-semantic-stickyfunc-mode -1)
  2553   (global-semantic-stickyfunc-mode -1)
  2554   (global-semantic-highlight-func-mode 1)
  2554   (global-semantic-highlight-func-mode 1)
  2555   (global-semantic-decoration-mode 1)
  2555   (global-semantic-decoration-mode 1)