From: Don Armstrong Date: Tue, 15 Dec 2015 02:55:53 +0000 (-0600) Subject: add rules to checkout org-mode and auctex X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=2ab435c6fb4453f0ede41d35ba307c327bb762cf add rules to checkout org-mode and auctex --- diff --git a/emacs_el/.gitignore b/emacs_el/.gitignore index 9bc1e78..30895b6 100644 --- a/emacs_el/.gitignore +++ b/emacs_el/.gitignore @@ -9,3 +9,5 @@ helm heml-bibtex hydra helm-bibtex +auctex +org-mode diff --git a/emacs_el/.mrconfig b/emacs_el/.mrconfig index c9da94a..46ef008 100644 --- a/emacs_el/.mrconfig +++ b/emacs_el/.mrconfig @@ -22,3 +22,7 @@ checkout = git clone https://github.com/jrockway/cperl-mode.git cperl checkout = git clone https://github.com/magnars/dash.el.git dash [key-chord] checkout = git clone https://github.com/emacsmirror/key-chord key-chord +[auctex] +checkout = git clone git://git.sv.gnu.org/auctex.git +[org-mode] +checkout = git clone git://orgmode.org/org-mode.git \ No newline at end of file