diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1233,11 +1233,11 @@ (setq frame-title-format '("emacs - " (:eval (jao-afio-frame-name)))) (jao-when-darwin - (jao-afio-add-frame-parameters "docs" (width . 195) (height . 75)) + (jao-afio-add-frame-parameters "docs" (width . 210) (height . 78)) (unless jao-afio-skip-default-set - (jao-afio-add-frame-parameters nil (width . 170) (height . 70))) - (add-to-list 'default-frame-alist '(height . 70)) - (add-to-list 'default-frame-alist '(width . 170))) + (jao-afio-add-frame-parameters nil (width . 170) (height . 70)) + (add-to-list 'default-frame-alist '(height . 70)) + (add-to-list 'default-frame-alist '(width . 170)))) :bind (("C-c f" . 'jao-afio-goto-main) ("C-c g" . 'jao-afio-goto-mail) |
