mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2020-10-24 3f2799d27e003435b0fa4248dab64252f153a373
Commented out LSP mode due to memory usage
1 files modified
5 ■■■■■ changed files
config.org 5 ●●●●● patch | view | raw | blame | history
config.org
@@ -792,8 +792,9 @@
    (setq company-minimum-prefix-length 3))
#+END_SRC
** LSP Mode
Use LSP for completion suggestions
** COMMENT LSP Mode
Use LSP for completion suggestions.
Causes too much memory usage, need to debug.
#+BEGIN_SRC emacs-lisp
  (use-package lsp-mode
    :ensure t