Install lsp-mode instead of eglot
This commit is contained in:
parent
55888360d4
commit
c7d23ff90f
3 changed files with 21 additions and 17 deletions
|
|
@ -1,5 +1,8 @@
|
|||
;; early-init.el --- -*- no-byte-compile: t -*-
|
||||
|
||||
(setq gc-cons-threshold 100000000)
|
||||
(setq read-process-output-max (* 1024 1024))
|
||||
|
||||
(setq byte-compile-warnings '(not obsolete))
|
||||
(setq warning-suppress-log-types '((comp) (bytecomp)))
|
||||
(setq native-comp-async-report-warnings-errors 'silent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue