Bigger Emacs window by default

This commit is contained in:
2021-05-06 19:22:00 -07:00
parent ddd6ac2e1f
commit 3cb8ff8a33

View File

@@ -27,6 +27,10 @@
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one)
;; Initial frame size
(add-to-list 'default-frame-alist '(width . 125))
(add-to-list 'default-frame-alist '(height . 70))
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")