seagle0128 / .emacs.d

Centaur Emacs - A Fancy and Fast Emacs Configuration
https://seagle0128.github.io/.emacs.d/
GNU General Public License v3.0
1.99k stars 269 forks source link

[Bug] #448

Closed mrheggiz closed 4 months ago

mrheggiz commented 4 months ago

Thank you for the bug report

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

seagle0128 commented 4 months ago

Set initial-frame-alist or set it to nil and use your configs.