Disable package.el, switch themes

This commit is contained in:
2025-10-02 22:49:07 +09:00
parent 24e47ff783
commit 79a92571f8
2 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
:ensure t :ensure t
:defer nil :defer nil
:config :config
(load-theme 'modus-operandi-tinted t)) (load-theme 'modus-operandi t))
(use-package hbdh (use-package hbdh
:straight (hbdh :type git :host github :repo "zzhjerry/hbdh-mode") :straight (hbdh :type git :host github :repo "zzhjerry/hbdh-mode")

View File

@@ -68,7 +68,7 @@ lookups during Emacs startup.")
This reduces visual clutter and slightly enhances startup performance. The This reduces visual clutter and slightly enhances startup performance. The
tradeoff is that the mode line is hidden during the startup phase.") 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. "Whether to automatically initialize and refresh packages.
When set to non-nil, Emacs will automatically call `package-initialize' and When set to non-nil, Emacs will automatically call `package-initialize' and
`package-refresh-contents' to set up and update the package system.") `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 (setq gnutls-min-prime-bits 3072) ; Stronger GnuTLS encryption
;;; package.el ;;; package.el
(setq package-enable-at-startup nil)
(setq use-package-compute-statistics minimal-emacs-debug) (setq use-package-compute-statistics minimal-emacs-debug)
;; Setting use-package-expand-minimally to (t) results in a more compact output ;; Setting use-package-expand-minimally to (t) results in a more compact output