mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Automatically load ein-org-src
This commit is contained in:
parent
6e31f8a6b7
commit
b50bc20b00
1 changed files with 2 additions and 0 deletions
|
@ -981,6 +981,8 @@ This hook is run regardless the actual major mode used."
|
|||
;; So try to load extra modules here.
|
||||
(when (require 'mumamo nil t)
|
||||
(require 'ein-mumamo))
|
||||
(when (require 'org-src nil t)
|
||||
(require 'ein-org-src))
|
||||
;; Return first matched mode
|
||||
(loop for mode in ein:notebook-modes
|
||||
if (functionp mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue