From 33abafd2b9dc49e965ad6527ba47cdcb3d3814a7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 5 Oct 2009 00:07:33 +0100 Subject: [PATCH] dot/emacs: Put semantic's droppings somewhere central. Rather than leaving them all over the file system. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) 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 --- -- 2.11.0