mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Missed a reference to ein2
Fixed debug-ein.el to require ein2 instead of ein.
This commit is contained in:
parent
029f72d46d
commit
ddd00d122f
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,4 +4,5 @@ log
|
|||
*.stackdump
|
||||
*.elc
|
||||
*.el#
|
||||
lisp/.#ein-notebook.el
|
||||
*.el~
|
||||
*.log
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path (file-name-directory load-file-name))
|
||||
(require 'ein)
|
||||
(require 'ein2)
|
||||
(require 'ein-dev)
|
||||
|
||||
(ein:dev-start-debug)
|
||||
|
|
Loading…
Add table
Reference in a new issue