Minor comment revision & refactors

This commit is contained in:
Henrik Lissner 2019-07-23 00:30:45 +02:00
parent 928596a200
commit d59405b282
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 11 additions and 10 deletions

View file

@ -11,7 +11,7 @@
;; we must prevent Emacs from doing it early!
(setq package-enable-at-startup nil)
;; Prevent the glimpse of un-styled Emacs by disable these UI elements early.
;; 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)