Small emacs lsp updates

This commit is contained in:
jgrogan 2024-10-07 09:17:47 +01:00
parent dc8a304a56
commit 9f2968aff4
2 changed files with 15 additions and 5 deletions

View file

@ -14,6 +14,10 @@
(advice-add 'risky-local-variable-p :override #'ignore)
;; Increase buffers and whatnot for lsp-mode
(setq read-process-output-max (* 1024 1024)) ;; 1mb
(setq gc-cons-threshold 100000000)
(require 'jg-package)
;; Explicitly import the PATH from the shell on MacOS