Bigger Emacs window by default
This commit is contained in:
@@ -27,6 +27,10 @@
|
|||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(setq doom-theme 'doom-one)
|
(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,
|
;; 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!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/org/")
|
(setq org-directory "~/org/")
|
||||||
|
|||||||
Reference in New Issue
Block a user