diff options
Diffstat (limited to 'emacs/.emacs.d/wpc')
-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 |