el-get/recipes/fit-frame.rcp

6 lines
229 B
Plaintext

(:name fit-frame
:description "Resize a frame. In particular, fit a frame to its buffers."
:type emacswiki
:features fit-frame
:post-init (lambda () (add-hook 'after-make-frame-functions 'fit-frame)))