From 79a92571f8fe20a85b898fc39bfb8805001bcbaa Mon Sep 17 00:00:00 2001 From: Vladislav Slobodenyuk Date: Thu, 2 Oct 2025 22:49:07 +0900 Subject: [PATCH] Disable package.el, switch themes --- .config.d/05-basic.el | 2 +- early-init.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config.d/05-basic.el b/.config.d/05-basic.el index 326fc48..ca5fd2f 100644 --- a/.config.d/05-basic.el +++ b/.config.d/05-basic.el @@ -43,7 +43,7 @@ :ensure t :defer nil :config - (load-theme 'modus-operandi-tinted t)) + (load-theme 'modus-operandi t)) (use-package hbdh :straight (hbdh :type git :host github :repo "zzhjerry/hbdh-mode") diff --git a/early-init.el b/early-init.el index d959cd6..08b1ee2 100644 --- a/early-init.el +++ b/early-init.el @@ -68,7 +68,7 @@ lookups during Emacs startup.") This reduces visual clutter and slightly enhances startup performance. The tradeoff is that the mode line is hidden during the startup phase.") -(defvar minimal-emacs-package-initialize-and-refresh t +(defvar minimal-emacs-package-initialize-and-refresh nil "Whether to automatically initialize and refresh packages. When set to non-nil, Emacs will automatically call `package-initialize' and `package-refresh-contents' to set up and update the package system.") @@ -456,6 +456,7 @@ this stage of initialization." (setq gnutls-min-prime-bits 3072) ; Stronger GnuTLS encryption ;;; package.el +(setq package-enable-at-startup nil) (setq use-package-compute-statistics minimal-emacs-debug) ;; Setting use-package-expand-minimally to (t) results in a more compact output