summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 812fea8..503054e 100644
--- a/init.el
+++ b/init.el
@@ -1170,6 +1170,10 @@
(jao-when-linux
(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)))))
+
:bind (("C-c f" . 'jao-afio-goto-main)
("C-c g" . 'jao-afio-goto-mail)
("C-c w" . 'jao-afio-goto-www)