diff --git a/Dockerfile b/Dockerfile index 6313a50..0e8f034 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,6 @@ ADD . /root/.emacs.d RUN echo "(custom-set-variables '(use-short-answers t))" > /root/.emacs.d/custom.el RUN --mount=type=cache,sharing=locked,target=/root/.emacs.d/elpa \ - yes | emacs --fg-daemon --debug-init + yes | emacs --fg-daemon --eval '(kill-emacs)' ENTRYPOINT ["emacs", "-nw"]