Fix package-lint warnings in elisp package template
This commit is contained in:
parent
63929a240c
commit
75ac7be289
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;; `(file-name-nondirectory buffer-file-name)`${1: --- ${2:description}} -*- lexical-binding: t; -*-
|
;;; `(file-name-nondirectory buffer-file-name)`${1: --- ${2:Description}} -*- lexical-binding: t; -*-
|
||||||
;;
|
;;
|
||||||
;; Copyright (C) `(format-time-string "%Y")` `user-full-name`
|
;; Copyright (C) `(format-time-string "%Y")` `user-full-name`
|
||||||
;;
|
;;
|
||||||
|
@ -7,9 +7,9 @@
|
||||||
;; Created: `(format-time-string "%B %d, %Y")`
|
;; Created: `(format-time-string "%B %d, %Y")`
|
||||||
;; Modified: `(format-time-string "%B %d, %Y")`
|
;; Modified: `(format-time-string "%B %d, %Y")`
|
||||||
;; Version: 0.0.1
|
;; Version: 0.0.1
|
||||||
;; Keywords:
|
;; Keywords: `(mapconcat #'symbol-name (mapcar #'car finder-known-keywords) " ")`
|
||||||
;; Homepage: https://github.com/`user-login-name`/`(file-name-base buffer-file-name)`
|
;; Homepage: https://github.com/`user-login-name`/`(file-name-base buffer-file-name)`
|
||||||
;; Package-Requires: ((emacs `emacs-version`) (cl-lib "0.5"))
|
;; Package-Requires: ((emacs "24.3"))
|
||||||
;;
|
;;
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue