Globally disable `semantic-idle-summary-mode'

It's interfering with `eldoc-mode' when programming Python, and likely not
necessary globally.  Enable it for particular modes when needed.
This commit is contained in:
Daniel - 2020-07-11 20:52:07 +02:00
parent 7a729aa006
commit d61de4b7a5
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 2 deletions

View File

@ -2695,8 +2695,7 @@ With given ARG, display files in `db/important-document-path."
:commands (semantic-mode)
:init (setq semantic-default-submodes
'(global-semantic-idle-scheduler-mode
global-semanticdb-minor-mode
global-semantic-idle-summary-mode))
global-semanticdb-minor-mode))
:config (progn
(require 'semantic/ia)
(require 'semantic/bovine/el)