Commit graph

12 commits

Author SHA1 Message Date
Takafumi Arakaki
1b6f5dd169 lisp/zeroein.el does not run for a new repo
Git creates empty directories for submodules so the old zeroein.el
fails to detect absence of submodules.  As "git submodule update"
is cheap to run, let's run this unconditionally.

Thanks to Michael Kuhlen for issue report.
2012-10-06 23:17:31 +02:00
Takafumi Arakaki
c102a5a7a9 Better dependency handling in zeroein.el 2012-09-30 21:01:16 +02:00
Takafumi Arakaki
eeaeaa3ea0 Do not use nxhtml/autostart.el but manually add path
nxhtml/autostart.el can cause error
"Symbol's value as variable is void: image-types"

See:
https://travis-ci.org/#!/tkf/emacs-ipython-notebook/jobs/2589848/L148
2012-09-28 01:34:17 +02:00
Takafumi Arakaki
3cbdff6ee5 Call ein:dev-print-sys-info in zeroein.el 2012-09-28 01:14:09 +02:00
Takafumi Arakaki
5f284d2f5b Fix ac-dictionary-directories in zeroein.el 2012-09-28 01:08:28 +02:00
Takafumi Arakaki
892ad8ec29 Call ein:notebooklist-open 2012-09-28 00:52:01 +02:00
Takafumi Arakaki
3008026ea6 Call "git submodule update" from zeroein.el 2012-09-28 00:50:33 +02:00
Takafumi Arakaki
1415ee3ec0 Refactor zeroein.el: add zeroein:dependencies 2012-09-28 00:26:28 +02:00
Takafumi Arakaki
2bbc6d73b2 Add shebung to make zeroein.el executable
See also:
http://stackoverflow.com/questions/6238331/
2012-09-28 00:19:59 +02:00
Takafumi Arakaki
f5cf7967a5 Suppress compiler error 2012-09-28 00:14:28 +02:00
Takafumi Arakaki
8823835f5a Fix load-path in zeroein.el 2012-09-28 00:14:08 +02:00
Takafumi Arakaki
397bbb24fc Copy zeroein.el from zeroein master 2012-09-27 23:54:28 +02:00