branch: elpa/jade-mode
commit a1cbadd84d5cd5d6bf7763aa74483233de3c6d12
Author: Brian Carlson <[email protected]>
Commit: Brian Carlson <[email protected]>
add .el file headers to enable automatic packaging - closes gh#6
---
jade-mode.el | 6 +++++-
stylus-mode.el | 6 +++++-
sws-mode.el | 4 ++++
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/jade-mode.el b/jade-mode.el
index 4fdfd160f0..0d02cda65a 100644
--- a/jade-mode.el
+++ b/jade-mode.el
@@ -1,4 +1,8 @@
-;; copied from http://xahlee.org/emacs/elisp_syntax_coloring.html
+;;; jade-mode.el --- emacs major mode for editing .jade files
+;;; URL: https://github.com/brianc/jade-mode
+;;; Author: Brian M. Carlson and other contributors
+;;; copied from http://xahlee.org/emacs/elisp_syntax_coloring.html
+;;; jade-mode.el ends here
(require 'font-lock)
(defun jade-debug (string &rest args)
diff --git a/stylus-mode.el b/stylus-mode.el
index 853b39e3ae..452633c4fb 100644
--- a/stylus-mode.el
+++ b/stylus-mode.el
@@ -1,4 +1,8 @@
-;; copied from http://xahlee.org/emacs/elisp_syntax_coloring.html
+;;; stylus-mode.el --- emacs major mode for editing .jade files
+;;; URL: https://github.com/brianc/jade-mode
+;;; Author: Brian M. Carlson and other contributors
+;;; copied from http://xahlee.org/emacs/elisp_syntax_coloring.html
+;;; stylus-mode.el ends here
(require 'font-lock)
(defun stylus-debug (string &rest args)
diff --git a/sws-mode.el b/sws-mode.el
index d1a3d5ea05..9e8f1076bd 100644
--- a/sws-mode.el
+++ b/sws-mode.el
@@ -1,3 +1,7 @@
+;;; sws-mode.el --- (S)ignificant (W)hite(S)pace mode
+;;; URL: https://github.com/brianc/jade-mode
+;;; Author: Brian M. Carlson and other contributors
+;;; sws-mode.el ends here
(require 'font-lock)
(defvar sws-tab-width 2)