summary refs log tree commit diff
path: root/emacs/elisp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-24fix(Emacs): don't restore GC settings after loading init.elFranck Cuny1-3/+0
A few commits ago, I changed the settings for GC in my LSP configuration, as suggested by lsp-mode's performance guide. Then I committed one of the cardinal sin of making a change: I did not check that the setting was applied correctly after a restart of Emacs. Yesterday while debugging some performance issue with eshell, I looked i