From 28cdbb18b69a6d33af37fc753c422b1bf6547a30 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Aug 2020 14:27:06 +0100 Subject: Lint wpc-company.el - change company.el to wpc-company.el - add Version, URL, Package-Requires sections --- emacs/.emacs.d/wpc/wpc-company.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase +;; Package-Requires: ((emacs "25.1")) ;;; Commentary: ;; Hosts my company mode preferences -- cgit 1.4.1