Minor refactors & comment revision
This commit is contained in:
parent
fd6def4d5a
commit
f78f71a74c
3 changed files with 11 additions and 9 deletions
|
@ -13,9 +13,9 @@
|
|||
(advice-add #'package--ensure-init-file :override #'ignore)
|
||||
|
||||
;; Prevent the glimpse of un-styled Emacs by disabling these UI elements early.
|
||||
(push '(menu-bar-lines . 0) default-frame-alist)
|
||||
(push '(tool-bar-lines . 0) default-frame-alist)
|
||||
(push '(vertical-scroll-bars) default-frame-alist)
|
||||
(setq tool-bar-mode nil
|
||||
menu-bar-mode nil)
|
||||
(set-scroll-bar-mode nil)
|
||||
|
||||
;; Resizing the Emacs frame can be a terribly expensive part of changing the
|
||||
;; font. By inhibiting this, we easily halve startup times with fonts that are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue