el-get/recipes/autofit-frame.rcp

6 lines
212 B
Plaintext
Raw Normal View History

2010-12-29 04:57:25 +08:00
(:name autofit-frame
:description "Automatically resize one-window frames to fit"
2010-12-29 04:57:25 +08:00
:type emacswiki
2010-12-29 06:08:59 +08:00
:features autofit-frame
:post-init (add-hook 'after-make-frame-functions 'fit-frame))