mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Fix: ein:mumamo-*-mode was not auto documented
This commit is contained in:
parent
37da52a213
commit
a1b0603ded
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
(add-to-list 'load-path "~/.emacs.d/el-get/ein/")
|
(add-to-list 'load-path "~/.emacs.d/el-get/ein/")
|
||||||
(add-to-list 'load-path "~/.emacs.d/el-get/websocket/")
|
(add-to-list 'load-path "~/.emacs.d/el-get/websocket/")
|
||||||
|
(add-to-list 'load-path "~/.emacs.d/el-get/nxhtml/util/") ; mumamo
|
||||||
|
|
||||||
(require 'ein-notebooklist)
|
(require 'ein-notebooklist)
|
||||||
|
(require 'ein-mumamo)
|
||||||
(require 'ein-connect)
|
(require 'ein-connect)
|
||||||
|
|
||||||
;; Load `wid-edit'. Otherwise the following error will be raised:
|
;; Load `wid-edit'. Otherwise the following error will be raised:
|
||||||
|
|
Loading…
Add table
Reference in a new issue