Decrease initial frame height and width.

Commit
25f0bfb31fd1cb0014aa6a2542874e6c53d3bd51
Author
Marius Peter <blendux@blendux.home>
Author date
Committer
Marius Peter <blendux@blendux.home>
Committer date
smart-documents.org
index 609383b2..ccbf4ee8 100644..100644
@@ -340,14 +340,14 @@
340 340
341 341 #+BEGIN_SRC emacs-lisp :tangle yes
342 342 (add-to-list 'initial-frame-alist '(width . 70))
343 Removed: (add-to-list 'initial-frame-alist '(height . 40))
343 Added: (add-to-list 'initial-frame-alist '(height . 30))
344 344 #+END_SRC
345 345
346 346 We also set the dimensions of subsequent frames:
347 347
348 348 #+BEGIN_SRC emacs-lisp :tangle yes
349 349 (add-to-list 'default-frame-alist '(width . 70))
350 Removed: (add-to-list 'default-frame-alist '(height . 40))
350 Added: (add-to-list 'default-frame-alist '(height . 30))
351 351 #+END_SRC
352 352
353 353 Transparency.