aboutsummaryrefslogtreecommitdiff
path: root/sx-cache.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-07 22:50:58 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-07 22:50:58 -0200
commit976cf5e95dce4fd4d6f74350c8b9ea66aa13c0fd (patch)
tree683e71610f1f8e0faf736e4b5c293d70c2caa69e /sx-cache.el
parenta11d7997aa61f6e5bcb5fb6974c25b914b3bd001 (diff)
parent95e9f6069ba328249c0e8ac86efdc888437ac187 (diff)
Merge branch 'master' into vermiculus/bot-branch
Diffstat (limited to 'sx-cache.el')
-rw-r--r--sx-cache.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-cache.el b/sx-cache.el
index 3a5bd3b..3e8e08f 100644
--- a/sx-cache.el
+++ b/sx-cache.el
@@ -34,8 +34,7 @@
;;; Code:
-(defcustom sx-cache-directory
- (expand-file-name ".sx" user-emacs-directory)
+(defcustom sx-cache-directory (locate-user-emacs-file ".sx")
"Directory containing cached data."
:type 'directory
:group 'sx)