lsp-gitpod
lsp-gitpod copied to clipboard
Built in Centaur?
Hi, this is a brilliant project to use Emacs, I think. Could you please support Centaur Emacs as well?
Sure. Can you help by providing a Dockerfile which natively compiles it? You can use https://github.com/emacs-lsp/lsp-gitpod/tree/master/docker/spacemacs or doom as a base.
Sure. The dockerfile is below.
FROM yyoncho/gitpod-base:1.0.9
USER gitpod
RUN rm -rf ~/.emacs.d
RUN git clone --depth 1 https://github.com/seagle0128/.emacs.d ~/.emacs.d
RUN EMACS=~/emacs/src/emacs