From 842cb58dec64c723704fec93b3f9827db6518e6e Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sat, 13 Nov 2021 14:44:54 +0000 Subject: emacs: Move GUI customization to early-init.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This seems to fix most “flickering” issues seen on macOS. --- emacs/early-init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emacs/early-init.el') 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) -- cgit v1.2.3-70-g09d2