Disable function highlighting. It is too disturbing.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 01 Mar 2017 16:15:48 +0200
changeset 1500 6401d60fd71e
parent 1499 d64d7d3699b9
child 1501 636e49ed6d27
Disable function highlighting. It is too disturbing.
.emacs-my
--- a/.emacs-my	Wed Mar 01 10:02:30 2017 +0200
+++ b/.emacs-my	Wed Mar 01 16:15:48 2017 +0200
@@ -2656,7 +2656,7 @@
   (global-semantic-mru-bookmark-mode 1)
   ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package))
   (global-semantic-stickyfunc-mode -1)
-  (global-semantic-highlight-func-mode 1)
+  (global-semantic-highlight-func-mode -1)
   (global-semantic-decoration-mode 1)
   (when (fboundp 'global-semantic-idle-local-symbol-highlight-mode)
     (global-semantic-idle-local-symbol-highlight-mode 1))