diff options
Diffstat (limited to 'emacs/early-init.el')
| -rw-r--r-- | emacs/early-init.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el index 3f6c25f..edead3f 100644 --- a/emacs/early-init.el +++ b/emacs/early-init.el @@ -1 +1,7 @@ -(setq gc-cons-threshold (* 50 1024 1024)) +(setq default-frame-alist '((height . 40) (left . 0.5) (top . 0.2) (width . 160)) + gc-cons-threshold (* 50 1024 1024)) + +(menu-bar-mode -1) +(scroll-bar-mode -1) +(show-paren-mode 1) +(tool-bar-mode -1) |
