diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-package.el')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-package.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-package.el b/emacs/.emacs.d/wpc/wpc-package.el index 5fd7a89982fb..b6da5505f938 100644 --- a/emacs/.emacs.d/wpc/wpc-package.el +++ b/emacs/.emacs.d/wpc/wpc-package.el @@ -1,5 +1,9 @@ -;;; package.el --- My package configuration -*- lexical-binding: t -*- +;;; wpc-package.el --- My package configuration -*- lexical-binding: t -*- + ;; Author: William Carroll <wpcarro@gmail.com> +;; Version: 0.0.1 +;; Package-Requires: ((emacs "24.1")) +;; Homepage: https://user.git.corp.google.com/wpcarro/briefcase ;;; Commentary: ;; This module hosts all of the settings required to work with ELPA, |