emacs-survey/bootstrap.jl

6 lines
137 B
Julia
Raw Normal View History

2021-12-17 18:09:25 +00:00
(pwd() != @__DIR__) && cd(@__DIR__) # allow starting app from bin/ dir
using EmacsSurvey
2022-10-02 08:17:02 +00:00
const UserApp = EmacsSurvey
2021-12-17 18:09:25 +00:00
EmacsSurvey.main()