aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.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-question-mode.el
parent8ea884c9f417d8106813112598b4ab422e8352ed (diff)
Fix #111
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index 8d806d0..3cc06b5 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -1,4 +1,4 @@
-;;; sx-question-mode.el --- Creating the buffer that displays questions -*- lexical-binding: t; -*-
+;;; sx-question-mode.el --- Creating the buffer that displays questions
;; Copyright (C) 2014 Artur Malabarba
@@ -31,11 +31,13 @@
(defgroup sx-question-mode nil
"Customization group for sx-question-mode."
:prefix "sx-question-mode-"
+ :tag "SX Question Mode"
:group 'sx)
(defgroup sx-question-mode-faces nil
"Customization group for the faces of `sx-question-mode'."
:prefix "sx-question-mode-"
+ :tag "SX Question Mode Faces"
:group 'sx-question-mode)
@@ -616,3 +618,7 @@ query the api."
(provide 'sx-question-mode)
;;; sx-question-mode.el ends here
+
+;; Local Variables:
+;; lexical-binding: t
+;; End: