emacs.d

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

git clone git://git.shimmy1996.com/emacs.d.git
commit ee5cb652fb6e5201cced883eef77d8ab48baf930
parent 47ec862ee85eb95a89b20d5df6b4f0a39c1798a9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  4 May 2019 15:02:14 -0400

Add note about python language server

Diffstat:
MREADME.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -923,7 +923,7 @@ Auto format bindings for =ess-r-mode=. Need a keybinding as auto formatting does
 #+END_SRC
 
 ** Lsp-mode
-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.
+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. Note that the Python language server also requires =autopepe8= and =pydocstyle=.
 
 *** Installation
 #+BEGIN_SRC emacs-lisp