emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit c67e70cfa46800c893c835e6caa491aa4fbe8542
parent f8fda1992c45a744d64f657d40ed196da5e4ee53
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 31 Mar 2019 13:13:17 -0400

Add server list for lsp-mode.

Diffstat:
MREADME.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -845,7 +845,7 @@ Use ESS (Emacs Speaks Statistics) for R and Julia support.
 #+END_SRC
 
 ** Lsp-mode
-Use Language Server Protocol (LSP) for code completion, jump to definition, etc. By default uses =clang=
+Use Language Server Protocol (LSP) for code completion, jump to definition, etc. Check [[https://github.com/emacs-lsp/lsp-mode#supported-languages][list of language servers]] and install needed ones.
 
 *** Installation
 #+BEGIN_SRC emacs-lisp