aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx.el')
-rw-r--r--sx.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/sx.el b/sx.el
index 18cf166..0fe98c7 100644
--- a/sx.el
+++ b/sx.el
@@ -1,4 +1,4 @@
-;;; sx.el --- Core functions of the sx package. -*- lexical-binding: t; -*-
+;;; sx.el --- core functions of the sx package.
;; Copyright (C) 2014 Sean Allred
@@ -30,6 +30,13 @@
(defconst sx-version "0.1" "Version of the `sx' package.")
+(defgroup sx nil
+ "Customization group for sx-question-mode."
+ :prefix "sx-"
+ :tag "SX"
+ :group 'applications)
+
+
;;; User commands
(defun sx-version ()
@@ -312,4 +319,5 @@ If FORCE is non-nil, run them even if they've already been run."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End: