Set default value for semantic modules to load

This commit is contained in:
Daniel - 2019-12-20 17:44:22 +01:00
parent 05cb96d310
commit c8dfffbbc1
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 0 deletions

View File

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