aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang-pkg.el
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-10-03 15:20:49 +0200
committerHenrik Nord <[email protected]>2012-10-03 15:23:03 +0200
commit3ba23ad869bf8e81758d40cee9ddcb545af28aa2 (patch)
treecd826c94a36fd52e161dfda8c9251e43096d75b3 /lib/tools/emacs/erlang-pkg.el
parent197b7b99b9e7e70046d51fa90b5922a1b22ee8cc (diff)
parent59d3e59f113670b9e4e0598cfc9c8784c4208544 (diff)
downloadotp-3ba23ad869bf8e81758d40cee9ddcb545af28aa2.tar.gz
otp-3ba23ad869bf8e81758d40cee9ddcb545af28aa2.tar.bz2
otp-3ba23ad869bf8e81758d40cee9ddcb545af28aa2.zip
Merge branch 'gp/make_erlang_mode_elpa_friendly'
* gp/make_erlang_mode_elpa_friendly: Make erlang-mode more compatible with package.el OTP-10465
Diffstat (limited to 'lib/tools/emacs/erlang-pkg.el')
-rw-r--r--lib/tools/emacs/erlang-pkg.el3
1 files changed, 3 insertions, 0 deletions
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")))