feynman/lisp/test.el

6 lines
119 B
EmacsLisp
Raw Normal View History

2022-08-06 22:15:00 +01:00
(module-load feynman_path)
2022-08-21 12:56:04 +01:00
(setq conn (feynman/start))
(message ">> %s" conn)
(message ">>>> %s" (feynman/stop conn))