commit dc1ccf98dbab5ba47112dbdaa443c3632d032dc1 from: mtmn date: Mon Aug 31 23:35:47 2026 UTC silence native-comp warnings, etc. commit - cc9dd9996799baadca16c75693413a0e085cb7f6 commit + dc1ccf98dbab5ba47112dbdaa443c3632d032dc1 blob - 63d22ca6e073a6934dbf1475dd10f862de6425fa blob + 1b3dc3cddafff60a6dc2da78b8c4ea7ec1d98148 --- early-init.el +++ early-init.el @@ -24,7 +24,8 @@ (add-hook 'emacs-startup-hook #'mine--restore-startup-defaults) (setopt native-comp-async-jobs-number (max 1 (1- (num-processors))) - native-comp-jit-compilation t) + native-comp-jit-compilation t + native-comp-async-report-warnings-errors 'silent) (when (memq initial-window-system '(x pgtk w32 ns)) (setq frame-resize-pixelwise t blob - d2aa74bb6289192803bfe8ee1c411c23dd8254f2 blob + 8f415f81523d61c38f8412dd6077120eb062d8ac --- lisp/setup-ui.el +++ lisp/setup-ui.el @@ -87,7 +87,7 @@ :if (display-graphic-p) :demand t :config - (load-theme 'ef-eagle t)) + (load-theme 'ef-day t)) (setopt display-line-numbers-width 3)