chiark / gitweb /
dot/emacs: Put semantic's droppings somewhere central.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 4 Oct 2009 23:07:33 +0000 (00:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 4 Oct 2009 23:07:33 +0000 (00:07 +0100)
Rather than leaving them all over the file system.

dot/emacs

index fd3536ee6b121d0217011d840b8a1661a5a63b27..35e4f7a07510d2e9971ebc601649a208db253131 100644 (file)
--- 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 ---