Update
This commit is contained in:
@@ -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)
|
||||
|
||||
2
init.el
2
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)
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
(use-package magit
|
||||
:defer
|
||||
:bind ("C-c g" . magit-status)
|
||||
:config
|
||||
(setq magit-show-long-lines-warning nil))
|
||||
|
||||
|
||||
8
recentf
8
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"
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user