diff options
author | Case Duckworth | 2021-10-05 20:18:03 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-05 20:18:03 -0500 |
commit | b772b5d42aff3c25485b454625aeee5ec2c38ac1 (patch) | |
tree | 33562f143f96230354fa9554b20fcc650f7f27ce | |
parent | Install emacs-everywhere (diff) | |
download | emacs-b772b5d42aff3c25485b454625aeee5ec2c38ac1.tar.gz emacs-b772b5d42aff3c25485b454625aeee5ec2c38ac1.zip |
Correct bug
-rw-r--r-- | early-init.el | 2 |
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) |