aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-04-26 16:31:11 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-04-26 16:33:15 +0200
commit12d3472e6823ff1bdc1591984367e2ed769afcb7 (patch)
treede9abd7d376231ad3174289aaa616fc79e8fb424 /soria-theme.el
parentae1229ac9a7f86fe0ec713f70e64b9cfdec592e3 (diff)
downloadsoria-12d3472e6823ff1bdc1591984367e2ed769afcb7.tar.gz
soria-12d3472e6823ff1bdc1591984367e2ed769afcb7.zip
Fixed linting errors
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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