summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-05 20:18:03 -0500
committerCase Duckworth2021-10-05 20:18:03 -0500
commitb772b5d42aff3c25485b454625aeee5ec2c38ac1 (patch)
tree33562f143f96230354fa9554b20fcc650f7f27ce /early-init.el
parentInstall emacs-everywhere (diff)
downloademacs-b772b5d42aff3c25485b454625aeee5ec2c38ac1.tar.gz
emacs-b772b5d42aff3c25485b454625aeee5ec2c38ac1.zip
Correct bug
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 86f8bb2..b820144 100644 --- a/early-init.el +++ b/early-init.el
@@ -26,7 +26,7 @@
26(require 'acdw-frame) 26(require 'acdw-frame)
27 27
28;;; Frame settings 28;;; Frame settings
29(setq initial-frame-alist '(fullscreen . maximized) 29(setq initial-frame-alist '((fullscreen . maximized))
30 default-frame-alist 30 default-frame-alist
31 `((tool-bar-lines . 0) 31 `((tool-bar-lines . 0)
32 (menu-bar-lines . 0) 32 (menu-bar-lines . 0)