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:
parent
7a729aa006
commit
d61de4b7a5
3
init.el
3
init.el
@ -2695,8 +2695,7 @@ With given ARG, display files in `db/important-document-path’."
|
|||||||
:commands (semantic-mode)
|
:commands (semantic-mode)
|
||||||
:init (setq semantic-default-submodes
|
:init (setq semantic-default-submodes
|
||||||
'(global-semantic-idle-scheduler-mode
|
'(global-semantic-idle-scheduler-mode
|
||||||
global-semanticdb-minor-mode
|
global-semanticdb-minor-mode))
|
||||||
global-semantic-idle-summary-mode))
|
|
||||||
:config (progn
|
:config (progn
|
||||||
(require 'semantic/ia)
|
(require 'semantic/ia)
|
||||||
(require 'semantic/bovine/el)
|
(require 'semantic/bovine/el)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user