Emacs cache semantic->semanticdb.

master
Pierre Neidhardt 2013-06-04 15:33:36 +02:00
parent bc84a9e2b8
commit 912339cca2
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
;; Semantic options.
(semantic-mode 1)
(setq semanticdb-default-save-directory (concat emacs-cache-folder "semantic"))
(setq semanticdb-default-save-directory (concat emacs-cache-folder "semanticdb"))
;; Semantic with ghost display (allows M-n and M-p to browse completion).
(define-key my-keys-minor-mode-map (kbd "C-c , d") 'semantic-ia-show-summary)
;; (setq semantic-complete-inline-analyzer-displayor-class 'semantic-displayor-ghost)