Don't enable semantic-mode by default
This commit is contained in:
parent
f0f5c6f20c
commit
2d716faf2a
1
init.el
1
init.el
|
@ -1027,7 +1027,6 @@
|
||||||
(setq gdb-many-windows t))
|
(setq gdb-many-windows t))
|
||||||
|
|
||||||
(use-package semantic
|
(use-package semantic
|
||||||
:hook (after-init . semantic-mode)
|
|
||||||
:custom
|
:custom
|
||||||
(semantic-default-submodes '(global-semanticdb-minor-mode
|
(semantic-default-submodes '(global-semanticdb-minor-mode
|
||||||
global-semantic-idle-scheduler-mode
|
global-semantic-idle-scheduler-mode
|
||||||
|
|
Loading…
Reference in a new issue