Enable lsp-mode for C++

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:34 +00:00
parent a4740069c6
commit be5c3659de

View File

@ -335,6 +335,13 @@
(add-hook 'c-mode-hook #'lsp-deferred)
#+end_src
** C++
Essentially the same story as for C
#+begin_src emacs-lisp
(add-hook 'c++-mode-hook #'lsp-deferred)
#+end_src
** Haskell
My workflow with Haskell is very REPL-based, so I always want
=interactive-haskell-mode= on.