branch: elpa/dockerfile-mode
commit 37b7290b1172082a0736e4ea17bee8dd431c3d33
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Add Homepage and Commentary headers
---
dockerfile-mode.el | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/dockerfile-mode.el b/dockerfile-mode.el
index 6cceb1b1fc..344109cd6f 100644
--- a/dockerfile-mode.el
+++ b/dockerfile-mode.el
@@ -2,6 +2,7 @@
;; Copyright (c) 2013 Spotify AB
;; Package-Requires: ((emacs "24") (s "1.12"))
+;; Homepage: https://github.com/spotify/dockerfile-mode
;;
;; Licensed under the Apache License, Version 2.0 (the "License"); you may not
;; use this file except in compliance with the License. You may obtain a copy
of
@@ -15,6 +16,12 @@
;; License for the specific language governing permissions and limitations
under
;; the License.
+;;; Commentary:
+
+;; Provides a major mode `dockerfile-mode' for use with the standard
+;; `Dockerfile' file format. Additional convenience functions allow
+;; images to be built easily.
+
;;; Code:
(require 'sh-script)