Small emacs lsp updates
This commit is contained in:
parent
dc8a304a56
commit
9f2968aff4
2 changed files with 15 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue