aboutsummaryrefslogtreecommitdiff
path: root/sx-cache.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 12:33:28 -0500
committerSean Allred <code@seanallred.com>2014-11-27 12:33:28 -0500
commit37682ac58c419014db7782ba11bf898a90d09da9 (patch)
tree209daffd5eb4855c16334ca68e888fce1c01dd28 /sx-cache.el
parent8ea884c9f417d8106813112598b4ab422e8352ed (diff)
Fix #111
Diffstat (limited to 'sx-cache.el')
-rw-r--r--sx-cache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-cache.el b/sx-cache.el
index b9f65ba..51c2267 100644
--- a/sx-cache.el
+++ b/sx-cache.el
@@ -32,7 +32,7 @@
(expand-file-name ".sx" user-emacs-directory)
"Directory containing cached data."
:type 'directory
- :group 'sx-cache)
+ :group 'sx)
(defun sx-cache--ensure-sx-cache-directory-exists ()
"Ensure `sx-cache-directory' exists."