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 | |
| parent | ae1229ac9a7f86fe0ec713f70e64b9cfdec592e3 (diff) | |
| download | soria-12d3472e6823ff1bdc1591984367e2ed769afcb7.tar.gz soria-12d3472e6823ff1bdc1591984367e2ed769afcb7.zip | |
Fixed linting errors
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | CHANGELOG.org | 1 | ||||
| -rw-r--r-- | soria-theme.el | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index b27449d..3d3120f 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -6,6 +6,7 @@ - Added support for =org-ref=. See [[https://github.com/mssola/soria/commit/2a59db06a319500fcb0671f1545433b16309d00a][2a59db06a319]]. - Fixed the =mu4e-ok-face=. See [[https://github.com/mssola/soria/commit/c2236e4a1c6261137e6fde01947075652027f378][c2236e4a1c62]]. +- Added support for =tab-line= and =line-number=. See [[https://github.com/mssola/soria/commit/ae1229ac9a7f86fe0ec713f70e64b9cfdec592e3][ae1229ac9a7f]]. ** 0.4.0 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 |
