aboutsummaryrefslogtreecommitdiff
path: root/sx.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.el
parent0dd95e3a3d4ee52f52a585388c3ba65e045c305b (diff)
Add `customize' data
Diffstat (limited to 'sx.el')
-rw-r--r--sx.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/sx.el b/sx.el
index 8b2456d..4a5a275 100644
--- a/sx.el
+++ b/sx.el
@@ -173,7 +173,9 @@ is equivalent to
(defcustom sx-init-hook nil
"Hook run when stack-mode initializes.
-Run after `sx-init--internal-hook'.")
+Run after `sx-init--internal-hook'."
+ :group 'sx
+ :type 'hook)
(defvar sx-init--internal-hook nil
"Hook run when stack-mode initializes.