mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit: comment revision, spellcheck, & reformatting
Close: #7262 Co-authored-by: emergenz <emergenz@users.noreply.github.com>
This commit is contained in:
@ -82,6 +82,7 @@
|
||||
(defun doom-system-cpus ()
|
||||
"Return the max number of processing units on this system.
|
||||
Tries to be portable. Returns 1 if cannot be determined."
|
||||
;; REVIEW: Replace with `num-processors' once 27.x support is dropped.
|
||||
(with-memoization (get 'doom-system-cpus 'cached-value)
|
||||
(if (fboundp 'num-processors)
|
||||
(num-processors) ; added in Emacs 28.1
|
||||
|
Reference in New Issue
Block a user