From ad752ca78cd5ce5028128af99292eba3ef6baad4 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Mon, 13 Jan 2020 20:46:14 +0530 Subject: [PATCH] package-lint fixes --- sxiv.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sxiv.el b/sxiv.el index dd640f7..fd1fc9e 100644 --- a/sxiv.el +++ b/sxiv.el @@ -2,7 +2,9 @@ ;; Author: contrapunctus ;; Maintainer: contrapunctus -;; Package-Requires: (dash (emacs "25.1")) +;; Keywords: multimedia +;; Homepage: https://notabug.org/contrapunctus/sxiv.el/src/master/sxiv.el +;; Package-Requires: ((dash "2.16.0") (emacs "25.1")) ;; Version: 0.1.0 ;;; Commentary: @@ -14,7 +16,7 @@ (defgroup sxiv nil "Run the Simple X Image Viewer." - :group 'external) + :group 'multimedia) (defcustom sxiv-arguments '("-a" "-f" "-o") "Arguments to be passed to the sxiv process.