diff options
author | Sean Allred <code@seanallred.com> | 2014-11-19 10:44:41 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-19 10:44:41 -0500 |
commit | 4399cbac0625a53c4a8d91e661e13fe11fdb8255 (patch) | |
tree | 13a7bacbf56a0bac33ef00153f36e489e9e2ffa2 /sx.el | |
parent | 0dd95e3a3d4ee52f52a585388c3ba65e045c305b (diff) |
Add `customize' data
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |