Commit graph

16 commits

Author SHA1 Message Date
John Miller
029f72d46d Renaming to ein2
Renaming to ein2 in preparation for submitting to melpa. Note this
changes how you load ein! Call (require 'ein2) now instead of (require
'ein).

Note also that you can't load both ein and ein2 at the same time, so you
should delete ein from your packages before trying ein2.
2014-12-06 13:22:13 -06:00
millejoh
c8c36192c3 Update arguments to avoid loading an init file (makes it easier for me
to test using a 'vanilla' emacs environment).
2014-05-10 12:57:48 -05:00
Takafumi Arakaki
e24078b03b Add request as dependency 2012-12-29 18:55:06 +01:00
Takafumi Arakaki
a3a0148375 zeroein.el works with --eval options now 2012-12-06 23:16:44 +01:00
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