emacs-lsp / lsp-gitpod

76 stars 16 forks source link

Built in Centaur? #22

Open seagle0128 opened 2 years ago

seagle0128 commented 2 years ago

Hi, this is a brilliant project to use Emacs, I think. Could you please support Centaur Emacs as well?

yyoncho commented 2 years ago

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.

seagle0128 commented 2 years ago

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