solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 7d6cdc02301b01bdeb14b1e7e247f7eda863db31
parent d49252bca7d8f2f12033e9cb87e32c5836402839
Author: conao3 <conao3@gmail.com>
Date:   Sun,  3 Nov 2019 05:21:33 +0900

Add well known keyword; convenience

This fixes below package lint warning
> You should include standard keywords: see the variable
> `finder-known-keywords'. (emacs-lisp-package)

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -7,7 +7,7 @@ ;; URL: http://github.com/bbatsov/solarized-emacs ;; Version: 1.3.0 ;; Package-Requires: ((emacs "24") (dash "2.16")) -;; Keywords: themes, solarized +;; Keywords: convenience, themes, solarized ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by