diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1183,8 +1183,9 @@ (global-set-key (kbd "C-c t") #'jao-afio-goto-chats)) (jao-when-darwin - (add-to-list 'jao-afio-frame-parameters - '("docs" ((width . 195) (height . 70))))) + (jao-afio-add-frame-parameters "docs" (width . 195) (height . 70)) + (jao-afio-add-frame-parameters nil (width . 163) (height . 70)) + (add-to-list 'default-frame-alist '(width . 80))) :bind (("C-c f" . 'jao-afio-goto-main) ("C-c g" . 'jao-afio-goto-mail) |
