changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.emacs

changeset 42: be286d8b2764
parent: 90970dfd5a8b
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 28 Sep 2024 16:49:18 -0400
permissions: -rw-r--r--
description: emacs fixes
1 FROM localhost/operator:latest
2 # bootstrap
3 RUN emacs --batch --load ~/.emacs.d/init.el --kill
4 ENTRYPOINT [ "emacs" ]
5