Lint wpc-golang.el
- change wpc-ocaml.el to wpc-golang.el - Add Version, URL, Package-Requires sections
This commit is contained in:
parent
657efa85f4
commit
e0574e2299
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
;; Author: William Carroll <wpcarro@gmail.com>
|
||||||
|
;; Version: 0.0.1
|
||||||
|
;; URL: https://git.wpcarro.dev/wpcarro/briefcase
|
||||||
|
;; Package-Requires: ((emacs "24"))
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; Tooling support for golang development.
|
;; Tooling support for golang development.
|
||||||
|
@ -39,4 +43,4 @@
|
||||||
(add-hook-before-save 'go-mode-hook #'gofmt-before-save))
|
(add-hook-before-save 'go-mode-hook #'gofmt-before-save))
|
||||||
|
|
||||||
(provide 'wpc-golang)
|
(provide 'wpc-golang)
|
||||||
;;; wpc-ocaml.el ends here
|
;;; wpc-golang.el ends here
|
||||||
|
|
Loading…
Reference in a new issue