Skip to content

Commit

Permalink
fix(emacs): improve lsp performance
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Jan 22, 2024
1 parent c315205 commit 8d04849
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))

(setq gc-cons-threshold 100000000)
(setq read-process-output-max (* 1024 1024))

(setq use-package-always-ensure t)
(setq use-package-always-demand t)

Expand Down

0 comments on commit 8d04849

Please sign in to comment.