diff options
author | Gene Pasquet <dev@etenil.net> | 2025-02-12 17:32:19 +0000 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2025-02-12 17:32:19 +0000 |
commit | 8d40ddffdb8111babc630d89678baa198ddbdfc4 (patch) | |
tree | a11b358fa43effe352efe0f95e3d3fdc0402c6d5 /early-substrate.el | |
parent | 2d6e5c6697e362ce967a6f0685a7d798c3dbe054 (diff) |
Theme and various fixes
Diffstat (limited to 'early-substrate.el')
-rw-r--r-- | early-substrate.el | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/early-substrate.el b/early-substrate.el index a4396c0..ff4937a 100644 --- a/early-substrate.el +++ b/early-substrate.el @@ -16,18 +16,9 @@ (setq frame-resize-pixelwise t) (tool-bar-mode -1) ; All these tools are in the menu-bar anyway (menu-bar-mode -1) -(scroll-bar-mode -1) -(setq default-frame-alist '((fullscreen . maximized) - - ;; You can turn off scroll bars by uncommenting these lines: - ;; (vertical-scroll-bars . nil) - ;; (horizontal-scroll-bars . nil) - - ;; Setting the face in here prevents flashes of - ;; color as the theme gets activated - (background-color . "#000000") - (foreground-color . "#ffffff") - (ns-appearance . dark) +(setq default-frame-alist '((vertical-scroll-bars . nil) + (horizontal-scroll-bars . nil) + (ns-appearance . dark) (ns-transparent-titlebar . t))) (provide 'early-substrate) ;; End of early-substrate.el |