From 3f2508b92a38d8482b7b64939d744e498cdb9da3 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Mon, 12 Jan 2026 11:36:55 +0000 Subject: Simplify --- early-substrate.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'early-substrate.el') diff --git a/early-substrate.el b/early-substrate.el index 40c1bed..2282767 100644 --- a/early-substrate.el +++ b/early-substrate.el @@ -13,6 +13,10 @@ ;; Silence stupid startup message (setq inhibit-startup-echo-area-message (user-login-name)) +;; Don't enable package system automatically +(setq package-enable-at-startup nil) +(setq package-archives nil) + ;; Default frame configuration: full screen, good-looking title bar on macOS (setq frame-resize-pixelwise t) (tool-bar-mode -1) ; All these tools are in the menu-bar anyway -- cgit v1.2.3