(Emacs/early-init)~setq-default instead of individual pushes
Does it in one step rather than multiple.
This commit is contained in:
@@ -32,8 +32,14 @@
|
|||||||
native-comp-always-compile nil
|
native-comp-always-compile nil
|
||||||
native-comp-async-report-warnings-errors 'silent)
|
native-comp-async-report-warnings-errors 'silent)
|
||||||
|
|
||||||
(push '(menu-bar-lines . 0) default-frame-alist)
|
(setq-default
|
||||||
(push '(tool-bar-lines . 0) default-frame-alist)
|
default-frame-alist '((menu-bar-lines . 0)
|
||||||
(push '(vertical-scroll-bars) default-frame-alist)
|
(tool-bar-lines . 0)
|
||||||
(push '(alpha . (90 80)) default-frame-alist)
|
(tab-bar-lines . 0)
|
||||||
|
(scroll-bar-lines . 0)
|
||||||
|
(left-fringe . 0)
|
||||||
|
(right-fringe . 0)
|
||||||
|
(alpha . (90 80))))
|
||||||
|
(scroll-bar-mode -1)
|
||||||
|
|
||||||
(advice-add #'x-apply-session-resources :override #'ignore)
|
(advice-add #'x-apply-session-resources :override #'ignore)
|
||||||
|
|||||||
Reference in New Issue
Block a user