Install lsp-mode instead of eglot

This commit is contained in:
Tobias Ostner 2024-08-24 11:18:06 +02:00
parent 55888360d4
commit c7d23ff90f
3 changed files with 21 additions and 17 deletions

View file

@ -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)