Emacs: Track early-init.el

This commit is contained in:
hedy 2023-09-17 20:51:41 +08:00
parent 2a8c72cbf4
commit 2e6f7e0059
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
(setq package-enable-at-startup nil)
(setq inhibit-startup-message t)
(tool-bar-mode -1)
(set-fringe-mode 10)
(modify-all-frames-parameters '((width . 100) (height . 50)))