diff options
| author | jao <jao@gnu.org> | 2025-11-25 11:22:43 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-25 11:22:43 +0000 |
| commit | 3f778cff8bc51710496ccf3b2be250e24572d424 (patch) | |
| tree | 06373dfa1212767b6ef0649d0f1ff4d2c88791d5 /init.el | |
| parent | a78c2ad2ba4d7c137bbb8e1be69fd1599080f8ec (diff) | |
| download | elibs-3f778cff8bc51710496ccf3b2be250e24572d424.tar.gz elibs-3f778cff8bc51710496ccf3b2be250e24572d424.tar.bz2 | |
afio: better definition of default parameters
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) |
