Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca14aa commit 0f42dc1Copy full SHA for 0f42dc1
lisp/ein.el
@@ -49,6 +49,9 @@
49
(autoload 'ein:iexec-mode "ein-iexec"
50
"Instant cell execution minor mode." t)
51
52
+(autoload 'anything-ein-notebook-buffers "ein-helm" nil t)
53
+(autoload 'helm-ein-notebook-buffers "ein-helm" nil t)
54
+
55
(autoload 'ein:dev-insert-mode-map "ein-dev")
56
(autoload 'ein:dev-start-debug "ein-dev" "Enable debugging support." t)
57
(autoload 'ein:dev-stop-debug "ein-dev" "Disable debugging support." t)
0 commit comments