diff options
Diffstat (limited to 'sx-cache.el')
-rw-r--r-- | sx-cache.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sx-cache.el b/sx-cache.el index 63025ea..049e171 100644 --- a/sx-cache.el +++ b/sx-cache.el @@ -30,7 +30,9 @@ (defcustom sx-cache-directory (expand-file-name ".stackmode" user-emacs-directory) - "Directory containining cached data.") + "Directory containing cached data." + :type 'directory + :group 'sx-cache) (defun sx-cache--ensure-sx-cache-directory-exists () "Ensure `sx-cache-directory' exists." |