Prefer newer files
Some checks failed
/ Test config on 20 (push) Failing after 40s

This commit is contained in:
Maciej 2026-04-01 19:58:47 +03:00
parent 58483d3943
commit 36dac8db83
Signed by: maciej
GPG key ID: 28243AF437E32F99
15 changed files with 57 additions and 68 deletions

View file

@ -14,6 +14,9 @@
;; Update emacs less often
(setopt idle-update-delay 1.0)
;; Prefer newer byte-compiled code
(setopt load-prefer-newer t)
;; Disable bidirectional text rendering for a modest performance boost. I've set
;; this to `nil' in the past, but the `bidi-display-reordering's docs say that
;; is an undefined state and suggest this to be just as good: