emacs lsp-mode enhancements
This commit is contained in:
@@ -33,6 +33,7 @@ end
|
|||||||
alias emacs="emacs -nw"
|
alias emacs="emacs -nw"
|
||||||
alias gemacs="/usr/bin/emacs"
|
alias gemacs="/usr/bin/emacs"
|
||||||
set -gx EDITOR "emacs"
|
set -gx EDITOR "emacs"
|
||||||
|
set -gx LSP_USE_PLISTS "true"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Deb maintainer stuff
|
# Deb maintainer stuff
|
||||||
|
|||||||
7
.emacs
7
.emacs
@@ -1,5 +1,12 @@
|
|||||||
|
|
||||||
|
|
||||||
;(toggle-debug-on-error)
|
;(toggle-debug-on-error)
|
||||||
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
|
(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
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|||||||
Reference in New Issue
Block a user