# HG changeset patch # User Oleksandr Gavenko # Date 1488377748 -7200 # Node ID 6401d60fd71ec9b5e97f54aba86845031cb75a3b # Parent d64d7d3699b98fe8428fdd699edd842c9d9a346d Disable function highlighting. It is too disturbing. diff -r d64d7d3699b9 -r 6401d60fd71e .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))