summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp2019-01-31 18:21:41 -0600
committerGitHub2019-01-31 18:21:41 -0600
commit625ce9059f60d9b768a448884224babcb9024efc (patch)
treece81991b24fcb94db313c33be2491bda3455ed74
parente1d33221ea068b452b3862c4dcc5a2794ffc7236 (diff)
sail-mode: add ELPA metadata
This adds ELPA metadata, which should allow authorship of MELPA packages for Sail mode. Signed-off-by: Austin Seipp <aseipp@pobox.com>
-rw-r--r--editors/sail-mode.el22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/sail-mode.el b/editors/sail-mode.el
index 6dae0761..528538be 100644
--- a/editors/sail-mode.el
+++ b/editors/sail-mode.el
@@ -1,3 +1,24 @@
+;;; sail-mode.el --- Major mode for editing .sail files -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2013-2018 The Sail Authors
+;;
+;; Author: The Sail Authors
+;; URL: http://github.com/rems-project/sail
+;; Package-Requires: ((emacs "25"))
+;; Version: 0.0.1
+;; Keywords: language
+
+;; This file is not part of GNU Emacs.
+
+;;; License:
+
+;; Licensed under the same terms as Emacs.
+
+;;; Commentary:
+
+;; This mode is only compatible with new, recent of the new Sail on the "sail2" branch.
+
+;;; Code:
(defvar sail2-mode-hook nil)
@@ -65,3 +86,4 @@
(provide 'sail2-mode)
+;;; sail-mode.el ends here