From 023565da100b6a7cec2241ded2f49b9e7a518b2d Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 8 Feb 2021 10:30:47 -0500 Subject: [PATCH] Cleanup documentation --- README.org | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 0cbb2ae..8f2bd4a 100644 --- a/README.org +++ b/README.org @@ -972,11 +972,7 @@ Screencast controls behind =SPC s=. :header-args: :tangle modules/projects.el :results silent :END: -An IDE like experience (or better) can be achieved in Emacs using two *Microsoft* open source initiatives. - -Turn Emacs into an *IDE* (or better) with the [[https://microsoft.github.io/language-server-protocol/][Language Server Protocol]], an open source initiative from *Microsoft* for the *VSCode* editor. - -[[https://emacs-lsp.github.io/lsp-mode/][lsp-mode]] brings support for language servers into Emacs. +An IDE like experience (or better) can be achieved in Emacs using two *Microsoft* open source initiatives. Turn Emacs into an *IDE* (or better) with the [[https://microsoft.github.io/language-server-protocol/][Language Server Protocol]], an open source initiative from *Microsoft* for the *VSCode* editor. [[https://emacs-lsp.github.io/lsp-mode/][lsp-mode]] brings support for language servers into Emacs. #+begin_src emacs-lisp (use-package lsp-mode @@ -985,8 +981,7 @@ Turn Emacs into an *IDE* (or better) with the [[https://microsoft.github.io/lang (lsp-idle-delay 0.500)) #+end_src -https://emacs-lsp.github.io/lsp-ui/ -+ UI improvements for =lsp-mode= +[[https://emacs-lsp.github.io/lsp-ui/][lsp-ui]] provides UI improvements for =lsp-mode=. #+begin_src emacs-lisp (use-package lsp-ui