From 59d3e59f113670b9e4e0598cfc9c8784c4208544 Mon Sep 17 00:00:00 2001 From: Gleb Peregud Date: Tue, 14 Feb 2012 12:31:51 +0100 Subject: Make erlang-mode more compatible with package.el Package.el and Emacs package repositories (like ELPA or Marmalade place some requirements onto packages which are uploaded to them. This commit does minor cosmetic changes which makes it easier to create appropriate package file for those repositories. --- lib/tools/emacs/erlang-pkg.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/tools/emacs/erlang-pkg.el (limited to 'lib/tools/emacs/erlang-pkg.el') diff --git a/lib/tools/emacs/erlang-pkg.el b/lib/tools/emacs/erlang-pkg.el new file mode 100644 index 0000000000..decc696e21 --- /dev/null +++ b/lib/tools/emacs/erlang-pkg.el @@ -0,0 +1,3 @@ +(define-package "erlang" "2.7.0" + "Erlang major mode" + '((flymake-mode "0.4.6"))) -- cgit v1.2.3