From 25f0bfb31fd1cb0014aa6a2542874e6c53d3bd51 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Tue, 18 Jan 2022 14:56:07 +0100 Subject: Decrease initial frame height and width. --- smart-documents.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smart-documents.org b/smart-documents.org index 609383b..ccbf4ee 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -340,14 +340,14 @@ We set the dimensions of the initial frame: #+BEGIN_SRC emacs-lisp :tangle yes (add-to-list 'initial-frame-alist '(width . 70)) - (add-to-list 'initial-frame-alist '(height . 40)) + (add-to-list 'initial-frame-alist '(height . 30)) #+END_SRC We also set the dimensions of subsequent frames: #+BEGIN_SRC emacs-lisp :tangle yes (add-to-list 'default-frame-alist '(width . 70)) - (add-to-list 'default-frame-alist '(height . 40)) + (add-to-list 'default-frame-alist '(height . 30)) #+END_SRC Transparency. -- cgit v1.2.3