aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/soria-theme.el b/soria-theme.el
index 7f55a4c..4f5d48b 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -43,9 +43,9 @@
;; Defining the theme and its configuration group.
-(deftheme soria "A xoria256 theme with some colors from openSUSE")
+(deftheme soria "A xoria256 theme with some colors from openSUSE.")
-(defgroup soria nil
+(defgroup soria-theme nil
"Soria theme options.
The theme has to be reloaded after changing anything in this group."
:group 'faces)
@@ -53,7 +53,7 @@ The theme has to be reloaded after changing anything in this group."
(defcustom soria-theme-hide-helm-header t
"Hide the Helm header."
:type 'boolean
- :group 'soria)
+ :group 'soria-theme)
;; The color theme itself.
@@ -1598,6 +1598,4 @@ identifiers"
(provide-theme 'soria)
-(provide 'soria-theme)
-
;;; soria-theme.el ends here