summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el
index 9a0029b..eb880c8 100644
--- a/init.el
+++ b/init.el
@@ -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)