-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
Description
I couldn't find anything about this in the readme or the issues list.
Is there a command to run the project's -main
function?
Currently what I do is write ;; (-main)
somewhere in the file, and then manually move point to it and hit C-x C-e
whenever I want to run -main
. Is there a built-in key for that?
If not, consider this a feature request.