emacs lsp-mode enhancements
This commit is contained in:
7
.emacs
7
.emacs
@@ -1,5 +1,12 @@
|
||||
|
||||
|
||||
;(toggle-debug-on-error)
|
||||
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
|
||||
;lsp performances
|
||||
(setq gc-cons-threshold (* 100 1024 1024));; 100MB
|
||||
(setq read-process-output-max (* 3 1024 1024));; 3MB
|
||||
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
||||
Reference in New Issue
Block a user