diff options
Diffstat (limited to 'early-substrate.el')
| -rw-r--r-- | early-substrate.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
