Skip to content

Commit

Permalink
Remove debug init
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Dec 18, 2023
1 parent 12a1370 commit 5ed2a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 5ed2a02

Please sign in to comment.