Lint wpc-golang.el

- change wpc-ocaml.el to wpc-golang.el
- Add Version, URL, Package-Requires sections
This commit is contained in:
William Carroll 2020-08-31 14:23:58 +01:00
parent 657efa85f4
commit e0574e2299

View file

@ -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 <wpcarro@gmail.com>
;; 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