diff options
-rw-r--r-- | sx-cache.el | 3 |
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) |