commit 5a04dc898269d98cf31700700a05ea3bcd2f397f
parent 7d6cdc02301b01bdeb14b1e7e247f7eda863db31
Author: conao3 <conao3@gmail.com>
Date: Sun, 3 Nov 2019 05:23:03 +0900
Disclaim this package depends Emacs-24.1
This fixes below package-lint error
> You should depend on (emacs "24.1") if you need
> `color'. (emacs-lisp-package)
> You should depend on (emacs "24.1") if you need
> `color-name-to-rgb'. (emacs-lisp-package)
> You should depend on (emacs "24.1") if you need
> `org-block'. (emacs-lisp-package)
> You should depend on (emacs "24.1") if you need
> `org-date'. (emacs-lisp-package)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -6,7 +6,7 @@
;; Author: Thomas Frössman <thomasf@jossystem.se>
;; URL: http://github.com/bbatsov/solarized-emacs
;; Version: 1.3.0
-;; Package-Requires: ((emacs "24") (dash "2.16"))
+;; Package-Requires: ((emacs "24.1") (dash "2.16"))
;; Keywords: convenience, themes, solarized
;; This program is free software; you can redistribute it and/or modify