You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
703 B

;;; config.el --- semantic Layer configuration
;;
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
;;
;; Author: Sebastian Wiesner <swiesner@lunaryorn.com
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(setq srecode-map-save-file (concat spacemacs-cache-directory
"srecode-map.el"))
(setq semanticdb-default-save-directory (concat spacemacs-cache-directory
"semanticdb/"))
(setq semanticdb-find-default-throttle '(file local project))
(unless (file-exists-p semanticdb-default-save-directory)
(make-directory semanticdb-default-save-directory))