el-get/recipes/autofit-frame.rcp

6 lines
224 B
Plaintext

(:name autofit-frame
:description "Automatically resize one-window frames to fit"
:type emacswiki
:features autofit-frame
:post-init (lambda () (add-hook 'after-make-frame-functions 'fit-frame)))