summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <blendux@blendux.home>2022-01-18 14:56:07 +0100
committerMarius Peter <blendux@blendux.home>2022-01-18 14:56:07 +0100
commit25f0bfb31fd1cb0014aa6a2542874e6c53d3bd51 (patch)
treeb60af539357adc8ebbdcc7409044dfdc8e7c4618
parente2df219f4181d20eb0df00090917d07552aa62c4 (diff)
Decrease initial frame height and width.
-rw-r--r--smart-documents.org4
1 files 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.
Copyright 2019--2024 Marius PETER