[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Decrease initial frame height and width.
smart-documents.org
@@ -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.