mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
4 lines
137 B
EmacsLisp
4 lines
137 B
EmacsLisp
![]() |
(load "testein.el" nil t)
|
||
|
(dolist (file (directory-files (file-name-directory load-file-name) t "test-ein.*\\.el"))
|
||
|
(load file nil t))
|