aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/thumbs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thumbs.el b/lisp/thumbs.el
index 7df2d295c9e..56f4e45dcb3 100644
--- a/lisp/thumbs.el
+++ b/lisp/thumbs.el
@@ -67,7 +67,7 @@
67 :version "22.1" 67 :version "22.1"
68 :group 'multimedia) 68 :group 'multimedia)
69 69
70(defcustom thumbs-thumbsdir "~/.emacs.d/thumbs" 70(defcustom thumbs-thumbsdir (concat user-emacs-directory "thumbs")
71 "*Directory to store thumbnails." 71 "*Directory to store thumbnails."
72 :type 'directory 72 :type 'directory
73 :group 'thumbs) 73 :group 'thumbs)