diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-04-26 16:31:11 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-04-26 16:33:15 +0200 |
| commit | 12d3472e6823ff1bdc1591984367e2ed769afcb7 (patch) | |
| tree | de9abd7d376231ad3174289aaa616fc79e8fb424 /soria-theme.el | |
| parent | ae1229ac9a7f86fe0ec713f70e64b9cfdec592e3 (diff) | |
| download | soria-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.el | 8 |
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 |
