diff options
Diffstat (limited to 'emacs/.emacs.d/wpc')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-company.el | 6 |
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 |