diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·23+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·23+0100 |
commit | e0574e22996eceefed0938031161e064848b3408 (patch) | |
tree | 3eed8236c231271bc971408f6627246e94d790cd /emacs/.emacs.d/wpc/wpc-golang.el | |
parent | 657efa85f4b26b6bd5b6d96dd0a5c354c38be9a4 (diff) |
Lint wpc-golang.el
- change wpc-ocaml.el to wpc-golang.el - Add Version, URL, Package-Requires sections
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-golang.el')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-golang.el | 8 |
1 files changed, 6 insertions, 2 deletions
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 <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 |