aboutsummaryrefslogtreecommitdiff
path: root/sx-cache.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-19 10:44:41 -0500
committerSean Allred <code@seanallred.com>2014-11-19 10:44:41 -0500
commit4399cbac0625a53c4a8d91e661e13fe11fdb8255 (patch)
tree13a7bacbf56a0bac33ef00153f36e489e9e2ffa2 /sx-cache.el
parent0dd95e3a3d4ee52f52a585388c3ba65e045c305b (diff)
Add `customize' data
Diffstat (limited to 'sx-cache.el')
-rw-r--r--sx-cache.el4
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."