From d0d65d9a0501cd03017f3557119ad07231c16fda Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 6 May 2015 09:00:53 -0700 Subject: [PATCH] add dash --- emacs_el/.mrconfig | 2 ++ emacs_el/dash.el | 1 + 2 files changed, 3 insertions(+) create mode 120000 emacs_el/dash.el diff --git a/emacs_el/.mrconfig b/emacs_el/.mrconfig index b2ab320..0505536 100644 --- a/emacs_el/.mrconfig +++ b/emacs_el/.mrconfig @@ -18,3 +18,5 @@ checkout = git clone https://github.com/abo-abo/hydra.git checkout = git clone https://github.com/jwiegley/emacs-async.git [cperl] checkout = git clone https://github.com/jrockway/cperl-mode.git cperl +[dash] +checkout = git clone https://github.com/magnars/dash.el.git dash diff --git a/emacs_el/dash.el b/emacs_el/dash.el new file mode 120000 index 0000000..b3d9956 --- /dev/null +++ b/emacs_el/dash.el @@ -0,0 +1 @@ +dash/dash.el \ No newline at end of file -- 2.39.2