put portable file backup in ~/local

 

File modified: lisp/emacs.d/ivan-var.el

Change315 at Wed Jul 07 20:22:17 2010 +0200 by Ivan Kanis <ivan@mac.foo>

diff -r 4147ae494f82 -r 7137c94fafe0 lisp/emacs.d/ivan-var.el
--- a/lisp/emacs.d/ivan-var.el	Wed Jul 07 20:16:00 2010 +0200
+++ b/lisp/emacs.d/ivan-var.el	Wed Jul 07 20:22:17 2010 +0200
@@ -92,7 +92,8 @@
  custom-file "~/tmp/emacs-custom.el"
 
  ;; Stick backup files in temporary directory
- backup-directory-alist `((,ivan-var-portable-dir . "~/keep/portable")
+ ;; Put portable file in local directory
+ backup-directory-alist `((,ivan-var-portable-dir . "~/local/portable")
                           ("." . "~/tmp"))
 
  ;; abbreviation are case sensitive
@@ -164,7 +165,7 @@
 
 ;; Copyright (C) 2007 Ivan Kanis
 ;; Author: Ivan Kanis
-;; 
+;;
 ;;
 ;; This program is free software ; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by


back