emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
243 stars 34 forks source link

Usage with Silex/docker-emacs? #22

Closed agsdot closed 4 years ago

agsdot commented 4 years ago

How would one use this project within https://github.com/Silex/docker-emacs? What would be the recommended elisp configurations be?

yyoncho commented 4 years ago

you could pass custom image-id when calling lsp-docker-init-clients e. g.

(lsp-docker-init-clients

  :docker-image-id "your docker"
  ...
  )