diff options
| author | jao <jao@gnu.org> | 2026-06-26 19:53:14 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-06-26 19:53:14 +0100 |
| commit | c097050f4b31d972af503c6acd9ea97a5d84462a (patch) | |
| tree | 162a2941227bcd01879b3f40cddc4758709cc529 | |
| parent | d99b4bfda89467a130b74c6d40256c95f32ae73a (diff) | |
| download | elibs-c097050f4b31d972af503c6acd9ea97a5d84462a.tar.gz elibs-c097050f4b31d972af503c6acd9ea97a5d84462a.tar.bz2 | |
nit: wider default framemain
| -rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1235,9 +1235,9 @@ (jao-when-darwin (jao-afio-add-frame-parameters "docs" (width . 195) (height . 75)) (unless jao-afio-skip-default-set - (jao-afio-add-frame-parameters nil (width . 163) (height . 70))) + (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 . 163))) + (add-to-list 'default-frame-alist '(width . 170))) :bind (("C-c f" . 'jao-afio-goto-main) ("C-c g" . 'jao-afio-goto-mail) |
