Elisp Language Server
Repo link: https://github.com/jcs090218/ellsp I’ve recently created a language server for Emacs Lisp. It’s interesting since people don’t think a language server for Emacs Lisp will provide any value. The statement is correct, and so do I. Emacs Lisp is only used within the Emacs editor, and Emacs itself is an Emacs Lisp interpreter. Therefore, a language server for Emacs Lisp would hardly bring any benefits to Emacs users. But imagine you can code elisp (short for Emacs Lisp) outside of Emacs....