emacs lsp-mode enhancements

This commit is contained in:
2022-09-29 16:54:57 +02:00
parent f993a9004b
commit e7010d9d06
2 changed files with 8 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ end
alias emacs="emacs -nw"
alias gemacs="/usr/bin/emacs"
set -gx EDITOR "emacs"
set -gx LSP_USE_PLISTS "true"
################################################################################
# Deb maintainer stuff

7
.emacs
View File

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