summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-08-17 10:20:11 +0100
committerjao <jao@gnu.org>2026-08-17 10:20:50 +0100
commitdba7a443d0edb88869c4df70622543a465cf9304 (patch)
tree159e4ea5e904b91b0c0e04ad606b9d282dc5fcbb /init.el
parent6f6c75ffc0a05cdb84544a966a51bbebb99029d1 (diff)
downloadelibs-dba7a443d0edb88869c4df70622543a465cf9304.tar.gz
elibs-dba7a443d0edb88869c4df70622543a465cf9304.tar.bz2
python tweaksmain
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el
index f8799cc..096a107 100644
--- a/init.el
+++ b/init.el
@@ -1233,11 +1233,11 @@
(setq frame-title-format '("emacs - " (:eval (jao-afio-frame-name))))
(jao-when-darwin
- (jao-afio-add-frame-parameters "docs" (width . 195) (height . 75))
+ (jao-afio-add-frame-parameters "docs" (width . 210) (height . 78))
(unless jao-afio-skip-default-set
- (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 . 170)))
+ (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 . 170))))
:bind (("C-c f" . 'jao-afio-goto-main)
("C-c g" . 'jao-afio-goto-mail)