lsp-gitpod icon indicating copy to clipboard operation
lsp-gitpod copied to clipboard

Built in Centaur?

Open seagle0128 opened this issue 3 years ago • 2 comments

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

seagle0128 avatar Sep 28 '21 11:09 seagle0128

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.

yyoncho avatar Sep 28 '21 11:09 yyoncho

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

seagle0128 avatar Sep 29 '21 09:09 seagle0128