From: Don Armstrong <don@donarmstrong.com>
Date: Mon, 8 Dec 2014 05:33:42 +0000 (-0800)
Subject: add web mode and a symlink to it
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d62e3855ca579b0bbe40c0a2dbae32de16c89a24;p=lib.git

add web mode and a symlink to it
---

diff --git a/emacs_el/.mrconfig b/emacs_el/.mrconfig
new file mode 100644
index 0000000..fd28652
--- /dev/null
+++ b/emacs_el/.mrconfig
@@ -0,0 +1,4 @@
+# [jmax]
+# checkout = git clone https://github.com/jkitchin/jmax.git jmax
+[web-mode]
+checkout = git clone https://github.com/fxbois/web-mode.git web-mode
\ No newline at end of file
diff --git a/emacs_el/web-mode.el b/emacs_el/web-mode.el
new file mode 120000
index 0000000..0e2b17d
--- /dev/null
+++ b/emacs_el/web-mode.el
@@ -0,0 +1 @@
+web-mode/web-mode.el
\ No newline at end of file