Lint wpc-company.el

- change company.el to wpc-company.el
- add Version, URL, Package-Requires sections
This commit is contained in:
William Carroll 2020-08-31 14:27:06 +01:00
parent 8d9e4f4865
commit 28cdbb18b6

View file

@ -1,5 +1,9 @@
;;; company.el --- Autocompletion package, company, preferences -*- lexical-binding: t -*- ;;; wpc-company.el --- Autocompletion package, company, preferences -*- lexical-binding: t -*-
;; Author: William Carroll <wpcarro@gmail.com> ;; Author: William Carroll <wpcarro@gmail.com>
;; Version: 0.0.1
;; URL: https://git.wpcarro.dev/wpcarro/briefcase
;; Package-Requires: ((emacs "25.1"))
;;; Commentary: ;;; Commentary:
;; Hosts my company mode preferences ;; Hosts my company mode preferences