Skip to content

Commit e94561a

Browse files
committed
chore: update template
1 parent c5e691f commit e94561a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ For Example:
172172
(setq centaur-package-archives 'melpa) ; Package repo: melpa, bfsu, iscas, netease, sjtu, tencent, tuna or ustc
173173
(setq centaur-theme 'auto) ; Color theme: auto, random, system, default, pro, dark, light, warm, cold, day or night
174174
(setq centaur-completion-style 'minibuffer) ; Completion display style: minibuffer or childframe
175-
(setq centaur-frame-maximized-on-startup nil) ; Maximize frame on startup or not
175+
(setq centaur-frame-maximized-on-startup t) ; Maximize frame on startup or not
176176
(setq centaur-dashboard nil) ; Display dashboard at startup or not: t or nil
177177
(setq centaur-lsp 'lsp-mode) ; Set LSP client: lsp-mode, eglot or nil
178178
(setq centaur-lsp-format-on-save t) ; Auto format buffers on save: t or nil

custom-example.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;; (setq centaur-package-archives 'melpa) ; Package repo: melpa, bfsu, iscas, netease, sjtu, tencent, tuna or ustc
1515
;; (setq centaur-theme 'auto) ; Color theme: auto, random, system, default, pro, dark, light, warm, cold, day or night
1616
;; (setq centaur-completion-style 'minibuffer) ; Completion display style: minibuffer or childframe
17-
;; (setq centaur-frame-maximized-on-startup nil) ; Maximize frame on startup or not: t or nil
17+
;; (setq centaur-frame-maximized-on-startup t) ; Maximize frame on startup or not: t or nil
1818
;; (setq centaur-dashboard nil) ; Display dashboard at startup or not: t or nil
1919
;; (setq centaur-lsp 'lsp-mode) ; Set LSP client: lsp-mode, eglot or nil
2020
;; (setq centaur-lsp-format-on-save t) ; Auto format buffers on save: t or nil
@@ -36,7 +36,7 @@
3636
(when (display-graphic-p)
3737
;; Set default font
3838
(cl-loop for font in '("Cascadia Code" "Fira Code" "Jetbrains Mono"
39-
"SF Mono" "Hack" "Source Code Pro" "Menlo"
39+
"SF Mono" "Menlo" "Hack" "Source Code Pro"
4040
"Monaco" "DejaVu Sans Mono" "Consolas")
4141
when (font-installed-p font)
4242
return (set-face-attribute 'default nil
@@ -46,7 +46,7 @@
4646
(t 100))))
4747

4848
;; Set mode-line font
49-
;; (cl-loop for font in '("Menlo" "SF Pro Display" "Helvetica")
49+
;; (cl-loop for font in '("SF Mono" "Menlo" "SF Pro Display" "Helvetica")
5050
;; when (font-installed-p font)
5151
;; return (progn
5252
;; (set-face-attribute 'mode-line nil :family font :height 120)

0 commit comments

Comments
 (0)