aboutsummaryrefslogtreecommitdiff
path: root/sx-cache.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-07 08:55:23 -0500
committerSean Allred <code@seanallred.com>2015-01-07 08:55:23 -0500
commitca97cd41cf3ecfb08c8e63f5fb45616803fb8ed2 (patch)
tree92ff31a6e33033c44e882672fc5c2ca44d1c78a9 /sx-cache.el
parent5a06503d4ea19075fce281924abd585d1f20dddc (diff)
parent8b6487e1158b200e514621b24f02f86cb87d64b8 (diff)
Merge pull request #213 from lunaryorn/patch-1
Use locate-user-emacs-file
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)