|
|
@ -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 |
|
|
|