Skip to content

Instantly share code, notes, and snippets.

@fxfactorial
Last active September 6, 2015 20:26
Show Gist options
  • Save fxfactorial/12239e227b85b2626a4d to your computer and use it in GitHub Desktop.
Save fxfactorial/12239e227b85b2626a4d to your computer and use it in GitHub Desktop.
(load-file "~/.emacs.d/cedet/cedet-devel-load.elc")
(require 'semantic/senator)
(require 'semantic/ia)
(require 'semantic/analyze/refs)
(require 'semantic/analyze/complete)
(require 'semantic/bovine/gcc)
(require 'semantic/mru-bookmark)
(require 'semantic)
(global-semantic-idle-scheduler-mode 1)
(global-semantic-decoration-mode 1)
(global-semantic-idle-summary-mode 1)
(global-semantic-stickyfunc-mode 1)
(global-semantic-idle-local-symbol-highlight-mode 1)
(global-semantic-mru-bookmark-mode 1)
(global-semanticdb-minor-mode 1)
(global-cedet-m3-minor-mode 1)
(semanticdb-enable-gnu-global-databases 'c-mode t)
(global-semantic-show-unmatched-syntax-mode t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment