From e0574e22996eceefed0938031161e064848b3408 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Aug 2020 14:23:58 +0100 Subject: Lint wpc-golang.el - change wpc-ocaml.el to wpc-golang.el - Add Version, URL, Package-Requires sections --- emacs/.emacs.d/wpc/wpc-golang.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/wpc/wpc-golang.el') diff --git a/emacs/.emacs.d/wpc/wpc-golang.el b/emacs/.emacs.d/wpc/wpc-golang.el index 2c4e6f1b36ae..50c26fd5bfcd 100644 --- a/emacs/.emacs.d/wpc/wpc-golang.el +++ b/emacs/.emacs.d/wpc/wpc-golang.el @@ -1,5 +1,9 @@ -;;; wpc-ocaml.el --- Tooling preferences for Go -*- lexical-binding: t -*- +;;; wpc-golang.el --- Tooling preferences for Go -*- lexical-binding: t -*- + ;; Author: William Carroll +;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase +;; Package-Requires: ((emacs "24")) ;;; Commentary: ;; Tooling support for golang development. @@ -39,4 +43,4 @@ (add-hook-before-save 'go-mode-hook #'gofmt-before-save)) (provide 'wpc-golang) -;;; wpc-ocaml.el ends here +;;; wpc-golang.el ends here -- cgit 1.4.1