From 7121a676d6c935baa38cf8c0a43110bc3c830898 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 20 Jul 2017 14:16:46 -0700 Subject: [PATCH] [Emacs] Add lsp-mode --- dotfiles/emacs.d/README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 4e3f18e3..b8d84693 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3800,6 +3800,14 @@ emr (emacs refactor) provides support for refactoring in many programming langua (progn (add-hook 'prog-mode-hook 'semantic-mode))) #+END_SRC +** language-server-protocol (lsp) +#+BEGIN_SRC emacs-lisp +(use-package lsp-mode + :config + (progn + (add-hook 'prog-major-mode 'lsp-mode) + (require 'lsp-flycheck))) +#+END_SRC * Utility ** term The main thing I do here is restore a bunch of keybindings that are eliminated