Skip to content

Commit

Permalink
Disable semantic decorations by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mshroyer committed Sep 14, 2012
1 parent dce7a67 commit a95bace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Expand Up @@ -460,9 +460,9 @@
;;; CEDET

(global-semantic-idle-completions-mode 1)
(global-semantic-decoration-mode 1)
(global-semantic-decoration-mode 0)
(global-semantic-highlight-func-mode 1)
(global-semantic-show-unmatched-syntax-mode 1)
(global-semantic-show-unmatched-syntax-mode 0)

(global-ede-mode 1)

Expand Down

0 comments on commit a95bace

Please sign in to comment.