From d41043f692897ce10d43309f386211d515b696cb Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 12 Jan 2020 23:38:56 +0530 Subject: [PATCH] Use lexical binding, add package headers --- sxiv.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sxiv.el b/sxiv.el index 9d16b8b..d8a7a4a 100644 --- a/sxiv.el +++ b/sxiv.el @@ -1,4 +1,9 @@ -;;; sxiv.el --- Run sxiv from Emacs +;;; sxiv.el --- Run the sxiv image viewer from Emacs -*- lexical-binding: t; -*- + +;; Author: contrapunctus +;; Maintainer: contrapunctus +;; Package-Requires: (dash) +;; Version: 0.1.0 ;;; Commentary: ;;