Update
All checks were successful
/ Test config on 20 (push) Successful in 25s

This commit is contained in:
Maciej 2026-06-01 09:54:38 +03:00
parent bcaa83cfd5
commit 377b95bd7f
Signed by: maciej
GPG key ID: 28243AF437E32F99
7 changed files with 63 additions and 42 deletions

View file

@ -11,10 +11,10 @@
;;; Code:
(eval-when-compile
(declare-function elpaca 'elpaca)
(declare-function elpaca-process-queues 'elpaca)
(declare-function elpaca-generate-autoloads 'elpaca)
(declare-function elpaca-write-lock-file 'elpaca)
(declare-function elpaca-use-package-mode 'elpaca-use-package))
(declare-function elpaca-process-queues 'elpaca)
(declare-function elpaca-use-package-mode 'elpaca-use-package)
(declare-function elpaca-write-lock-file 'elpaca))
;; Set GC at 500 MB for startup
(setopt gc-cons-threshold 500000000)
@ -164,5 +164,8 @@
;; Diminish modeline litter
(use-package icejam-diminish :ensure nil)
;; This is a temporary workaround for elpaca not working properly:
(progn (elpaca-process-queues) (run-hooks 'elpaca-after-init-hook))
(provide 'icejam-custom-init)
;;; icejam-custom-init.el ends here