el-get/recipes/windsize.rcp

10 lines
396 B
Plaintext
Raw Permalink Normal View History

2014-07-16 18:04:51 +08:00
(:name windsize
:description "Simple, intuitive window resizing"
:type github
:pkgname "grammati/windsize"
:prepare (progn
(autoload 'windsize-up "windsize" nil t)
(autoload 'windsize-down "windsize" nil t)
(autoload 'windsize-left "windsize" nil t)
(autoload 'windsize-right "windsize" nil t)))