Skip to content

Commit

Permalink
emacs: improve lsp performance
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Feb 28, 2024
1 parent 6ae23eb commit 32d867f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -615,3 +615,5 @@ for what debugger to use. If the prefix ARG is set, prompt anyway."
("v" . xwwp-follow-link)))

(setq read-process-output-max (* 4 1024 1024)) ;; 4mb

(fset #'jsonrpc--log-event #'ignore)
4 changes: 4 additions & 0 deletions home/config/doom/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,10 @@ Various tweaks to improve the overall performance.
(setq read-process-output-max (* 4 1024 1024)) ;; 4mb
#+end_src

** Ignore JSONRPC logs
#+begin_src elisp
(fset #'jsonrpc--log-event #'ignore)
#+end_src
* Unsorted Packages
#+begin_src elisp :tangle packages.el

Expand Down

0 comments on commit 32d867f

Please sign in to comment.