mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Fix document build: load ein-shared-output
Load ein-shared-output explicitly as it is not loaded from ein-notebook.el anymore. Otherwise, I get: WARNING: Keymap ein:shared-output-mode-map not found
This commit is contained in:
parent
5d159f3f87
commit
6fc408d85f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
(add-to-list 'load-path "~/.emacs.d/el-get/popup/") ; for auto-complete
|
||||
|
||||
(require 'ein-notebooklist)
|
||||
(require 'ein-shared-output)
|
||||
(require 'ein-mumamo)
|
||||
(require 'ein-ac)
|
||||
(require 'ein-connect)
|
||||
|
|
Loading…
Add table
Reference in a new issue