Closed mrheggiz closed 4 months ago
Centaur Emacs
custom.el
custom-post.el
This is my configuration to set my frame size and position placed in custom-post.el
(when window-system (set-frame-size (selected-frame) 140 80) (set-frame-position (selected-frame)0 25))
It works at first but then the frame resizes to default size and position.
See above
To have have my custom frame size and position at startup
MacOS
29
No response
Set initial-frame-alist or set it to nil and use your configs.
initial-frame-alist
nil
Thank you for the bug report
Centaur Emacs
.custom.el
andcustom-post.el
.Bug description
This is my configuration to set my frame size and position placed in custom-post.el
(when window-system (set-frame-size (selected-frame) 140 80) (set-frame-position (selected-frame)0 25))
It works at first but then the frame resizes to default size and position.
Steps to reproduce
See above
Expected behavior
To have have my custom frame size and position at startup
OS
MacOS
Emacs Version
29
Error callstack
No response
Anything else
No response