From: Mark Wooding Date: Sun, 4 Oct 2009 23:07:33 +0000 (+0100) Subject: dot/emacs: Put semantic's droppings somewhere central. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/33abafd2b9dc49e965ad6527ba47cdcb3d3814a7?ds=sidebyside dot/emacs: Put semantic's droppings somewhere central. Rather than leaving them all over the file system. --- diff --git a/dot/emacs b/dot/emacs index fd3536e..35e4f7a 100644 --- a/dot/emacs +++ b/dot/emacs @@ -61,6 +61,7 @@ (trap (or mdw-fast-startup (require 'tex-site))) (trap (or mdw-fast-startup (semantic-load-enable-minimum-features))) +(setq semanticdb-default-save-directory "~/.emacs.d/semanticdb/") ;; --- Skeleton stuff ---