Lint wpc-company.el
- change company.el to wpc-company.el - add Version, URL, Package-Requires sections
This commit is contained in:
parent
8d9e4f4865
commit
28cdbb18b6
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
;; Version: 0.0.1
|
||||
;; URL: https://git.wpcarro.dev/wpcarro/briefcase
|
||||
;; Package-Requires: ((emacs "25.1"))
|
||||
|
||||
;;; Commentary:
|
||||
;; Hosts my company mode preferences
|
||||
|
|
Loading…
Reference in a new issue