From fa0d41caded7cab28d5f604e5e71c6a1f7705c3f Mon Sep 17 00:00:00 2001 From: Zelong Kuang Date: Sun, 14 Dec 2025 21:11:11 +1100 Subject: [PATCH] Update --- early-init.el | 2 +- init.el | 2 +- lisp/init-coding.el | 1 - recentf | 8 ++++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/early-init.el b/early-init.el index f1993d5..6207b21 100644 --- a/early-init.el +++ b/early-init.el @@ -1,7 +1,7 @@ ;; -*- lexical-binding: t -*- -(setq gc-cons-threshold most-positive-fixnum) +(setq gc-cons-threshold 33554432) (setq package-enable-at-startup nil) diff --git a/init.el b/init.el index 184ba42..0de54d8 100644 --- a/init.el +++ b/init.el @@ -1,7 +1,7 @@ ;; -*- lexical-binding: t -*- ;; Optimize Garbage Collection for Startup -(setq gc-cons-threshold most-positive-fixnum) +(setq gc-cons-threshol 33554432) ;; Optimize `auto-mode-alist` (setq auto-mode-case-fold nil) diff --git a/lisp/init-coding.el b/lisp/init-coding.el index 54f7f65..cf429c9 100644 --- a/lisp/init-coding.el +++ b/lisp/init-coding.el @@ -4,7 +4,6 @@ (use-package magit :defer - :bind ("C-c g" . magit-status) :config (setq magit-show-long-lines-warning nil)) diff --git a/recentf b/recentf index 67bf40c..3dd55bd 100644 --- a/recentf +++ b/recentf @@ -1,14 +1,14 @@ -;;; Automatically generated by ‘recentf’ on Sun Dec 14 21:09:06 2025. +;;; Automatically generated by ‘recentf’ on Sun Dec 14 21:11:27 2025. (setq recentf-list '( - "~/.emacs.d/init.el" + "~/.emacs.d/lisp/init-coding.el" "~/.emacs.d/lisp/init-better-default.el" - "~/.emacs.d/lisp/init-elpaca.el" "~/.emacs.d/early-init.el" + "~/.emacs.d/init.el" + "~/.emacs.d/lisp/init-elpaca.el" "/usr/local/share/emacs/30.2/etc/PROBLEMS" "~/.emacs.d/lisp/init-ui.el" - "~/.emacs.d/lisp/init-coding.el" "~/.emacs.d/lisp/init-dashboard.el" ))