eschulte / emacs-starter-kit

DEPRECATED: replaced by eschulte/emacs24-starter-kit. A "literate" Org-mode based Emacs configuration.
http://eschulte.github.com/emacs-starter-kit/
GNU General Public License v3.0
109 stars 33 forks source link

submodule src/org is broken #15

Closed gugl closed 13 years ago

gugl commented 13 years ago

changing it to git://orgmode.org/org-mode.git solved it (looks like they are not available using http anymore)

change it in .gitmodules before calling git submodules init OR

change it in .git/config when you already called git submodules init

after that, just call git submodules update and it should work

gugl commented 13 years ago

sorry.... its submodule not submodules (just for the people that are new to git)

eschulte commented 13 years ago

thanks for catching this change and for posting instructions for the fix, I've updated .gitmodule