Browse Source

disable package.el

master
Marc 4 months ago
parent
commit
fbc5ef9470
1 changed files with 1 additions and 0 deletions
  1. 1
      early-init.el

1
early-init.el

@ -10,6 +10,7 @@
;; Resizing the emacs frame can be a terriblu expensive part of changing the font.
;; By inhibiting this, we easily hale startup times with fonts that are larger
;; than the system default.
(setq package-enable-at-startup nil)
(setq frame-inhibit-implied-resize t)
(menu-bar-mode -1) ;; disable menu bar

Loading…
Cancel
Save