Skip to content

felixbd/doom-docker

Repository files navigation

doom-docker

my configured doom (gnu/emacs) in docker

Note: This container, which contains my doom emacs configuration, can be used to create pdf, adcii and html documentation and presentations from .org files. This is the primary use case, of course the preconfigured doom gnu/emacs editor can also be used to edit files (but for that the locale installation would be the better choice).

see:

#!/usr/bin/env doomscript doomemacs/doomemacs#6494

pull

docker pull ghcr.io/felixbd/doom-docker:master

run

sudo docker run --rm -it -u $(id -u):$(id -g) \
    -v "`pwd`":/app --workdir /app \
    ghcr.io/felixbd/doom-docker:master


for the local build of the docker container

# pip3 install pre-commit
# pre-commit install

make db
make dr
emacs
# or use `doom run`