CC: Set semantic idle scheduler timer to 5s

master
Pierre Neidhardt 2019-05-06 21:06:26 +02:00
parent 06c53487be
commit be9661b170
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ You can add your mode hook (e.g. `c-mode-hook')."
;; (global-semantic-decoration-mode)
;; Eldoc does not work but there is Semantic.
(global-semantic-idle-summary-mode)
(setq semantic-idle-scheduler-idle-time 5)
;; Add support for some subdir-includes.
;; TODO: This could be automated by parsing `pkg-config --list-all` or maybe