org load order
This commit is contained in:
@@ -212,10 +212,16 @@ process."
|
||||
;; requires: anaphora dash deferred polymode request websocket with-editor
|
||||
(use-package ein
|
||||
:commands (ein:run ein:jupyter-server-start ein:notebooklist-open)
|
||||
:init
|
||||
:config
|
||||
(require 'ein-jupyter)
|
||||
(require 'ein-notebook)
|
||||
(setq ein:output-area-inlined-images t))
|
||||
(setq ein:output-area-inlined-images t)
|
||||
;; ob-ein
|
||||
(with-eval-after-load 'org
|
||||
(add-to-list 'org-babel-load-languages '(ein . t)))
|
||||
;; also `org-babel-load-languages' ?
|
||||
)
|
||||
|
||||
(provide 'python-settings)
|
||||
;;; python-settings.el ends here
|
||||
|
||||
Reference in New Issue
Block a user