aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el10
1 files changed, 2 insertions, 8 deletions
diff --git a/soria-theme.el b/soria-theme.el
index a4a1b1e..14788ae 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -1,4 +1,4 @@
-;;; soria-theme.el --- A xoria256 theme with some colors from openSUSE
+;;; soria-theme.el --- A xoria256 theme with some colors from openSUSE -*- lexical-binding: t; -*-
;; Copyright (C) 2016-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
;;
@@ -17,6 +17,7 @@
;; Author: Miquel Sabaté Solà <mikisabate@gmail.com>
;; Version: 0.2
+;; Package-Requires: ((emacs "25.1"))
;; Keywords: faces
;; URL: https://github.com/mssola/soria
@@ -42,9 +43,6 @@
;; Defining the theme and its configuration group.
-(unless (>= emacs-major-version 24)
- (error "The soria theme requires Emacs 24 or later!"))
-
(deftheme soria "A xoria256 theme with some colors from openSUSE")
(defgroup soria nil
@@ -1388,8 +1386,4 @@ identifiers"
;; Make package-lint happy. This file is not meant to be used as a library.
(provide 'soria-theme)
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
;;; soria-theme.el ends here