Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f42dc1

Browse files
committed
Autload helm/anything interface
1 parent 5ca14aa commit 0f42dc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lisp/ein.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
(autoload 'ein:iexec-mode "ein-iexec"
5050
"Instant cell execution minor mode." t)
5151

52+
(autoload 'anything-ein-notebook-buffers "ein-helm" nil t)
53+
(autoload 'helm-ein-notebook-buffers "ein-helm" nil t)
54+
5255
(autoload 'ein:dev-insert-mode-map "ein-dev")
5356
(autoload 'ein:dev-start-debug "ein-dev" "Enable debugging support." t)
5457
(autoload 'ein:dev-stop-debug "ein-dev" "Disable debugging support." t)

0 commit comments

Comments
 (0)