about summary refs log tree commit diff
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-31T13·27+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-31T13·27+0100
commit28cdbb18b69a6d33af37fc753c422b1bf6547a30 (patch)
tree214f908dc0028296f9f23f88afa4798a9a0091c4 /emacs/.emacs.d
parent8d9e4f48652ffa3b7569b2ef8bc62faadce7fcca (diff)
Lint wpc-company.el
- change company.el to wpc-company.el
- add Version, URL, Package-Requires sections
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/wpc/wpc-company.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-company.el b/emacs/.emacs.d/wpc/wpc-company.el
index 1152f496c2b7..6959b288972a 100644
--- a/emacs/.emacs.d/wpc/wpc-company.el
+++ b/emacs/.emacs.d/wpc/wpc-company.el
@@ -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