Run emacs garbage collection when idle.

This is to hopefully avoid running garbage collection while I am actively interacting with emacs, which should theoretically result in a smoother experience.
This commit is contained in:
Tom Alexander
2024-01-26 21:21:09 -05:00
parent 574a2d0ce7
commit ed7d4ab4e6
4 changed files with 15 additions and 3 deletions

View File

@@ -18,5 +18,6 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
},
"black-formatter.importStrategy": "fromEnvironment"
}