Fix c-mode semantic-mode hook

This commit is contained in:
Adam Goldsmith 2018-03-23 01:25:11 -04:00
parent 1ba60e99e3
commit a09994e3ab
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
(use-package semantic
:defer
:hook c-mode
:hook (c-mode . semantic-mode)
:config
(setq semantic-default-submodes '(global-semantic-idle-scheduler-mode
global-semanticdb-minor-mode