Ensure menu/tool/scroll bars are disabled

This commit is contained in:
Henrik Lissner 2020-02-21 12:36:29 -05:00
parent bd944634bc
commit 900ec70ee3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 7 additions and 8 deletions

View file

@ -13,10 +13,9 @@
(advice-add #'package--ensure-init-file :override #'ignore)
;; Prevent the glimpse of un-styled Emacs by disabling these UI elements early.
(setq tool-bar-mode nil
menu-bar-mode nil)
(when (fboundp 'set-scroll-bar-mode)
(set-scroll-bar-mode nil))
(push '(menu-bar-lines . 0) default-frame-alist)
(push '(tool-bar-lines . 0) default-frame-alist)
(push '(vertical-scroll-bars) default-frame-alist)
;; 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