Do not enable proced auto-updating on Windows

This seems to be slow, causing proced to take more time updating a
buffer than waiting the one second until the next update – resulting in
an unresponsive proced buffer.

Note: I am not sure whether this setting is correct, as `(not
on-windows)` will not be evaluated when `use-package` calls
`custom-theme-set-variables`.  However, I think it will be evaluated
eventually, and that should be all that's needed.
This commit is contained in:
Daniel - 2024-04-25 11:03:28 +02:00
parent 83c9fd7d20
commit 37d8c1c282
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@
(use-package proced
:custom ((proced-tree-flag t)
(proced-auto-update-flag t)
(proced-auto-update-flag (not on-windows))
(proced-format 'medium)
(proced-auto-update-interval 1)
(proced-goal-attribute nil)