diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-04-14 15:00:37 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-04-14 15:00:37 +0200 |
| commit | ba68729898d4bab62f21e4c968538b1c7c875196 (patch) | |
| tree | 8b0b37947e4f75b6e7ddc907ebef1026ee099861 /early-init.el | |
| parent | 1f23205936626f4985b19f4d7c6ce0dfb647fc6b (diff) | |
| download | dotemacs-ba68729898d4bab62f21e4c968538b1c7c875196.tar.gz | |
various little things
Diffstat (limited to 'early-init.el')
| -rw-r--r-- | early-init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/early-init.el b/early-init.el index 35f3ace..5c31b90 100644 --- a/early-init.el +++ b/early-init.el @@ -3,7 +3,5 @@ (setq native-comp-async-report-warnings-errors 'silent) (setq frame-resize-pixelwise t) -(tool-bar-mode -1) -(setq default-frame-alist '((vertical-scroll-bars . nil) - (horizontal-scroll-bars . nil) +(setq default-frame-alist '((horizontal-scroll-bars . nil) (font . "monospace-12"))) |
