emacs: config: Set native-comp-async-jobs-number to 4
This commit is contained in:
parent
87c23e3bbc
commit
e51321bf2d
1 changed files with 3 additions and 0 deletions
|
@ -100,3 +100,6 @@
|
||||||
(setq ranger-excluded-extensions '("mkv" "iso" "mp4"))
|
(setq ranger-excluded-extensions '("mkv" "iso" "mp4"))
|
||||||
(setq ranger-max-preview-size 5)
|
(setq ranger-max-preview-size 5)
|
||||||
(setq ranger-dont-show-binary t)
|
(setq ranger-dont-show-binary t)
|
||||||
|
|
||||||
|
;; Limit the number of async jobs for native-comp
|
||||||
|
(setq native-comp-async-jobs-number 4)
|
||||||
|
|
Loading…
Reference in a new issue