mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Do not fail to load ein-jedi.el
even if jedi.el does not exist on the load-path
This commit is contained in:
parent
4926e86bc9
commit
c4650eacb6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'jedi)
|
||||
(require 'jedi nil t)
|
||||
|
||||
(eval-when-compile (require 'ein-connect))
|
||||
(require 'ein-ac)
|
||||
|
|
Loading…
Add table
Reference in a new issue