roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio
MIT License
590 stars 38 forks source link

Adds dependency on cl #5

Closed arcanis closed 11 years ago

arcanis commented 11 years ago

In my case, this update was required to make golden-ratio work (maybe because I wasn't using el-get).

dsevilla commented 11 years ago

@arcanis, you're right about first and second. They're aliases, so only needed when compiling, hence the eval-when-compile.

arcanis commented 11 years ago

Here is the eval-when-compile : )

roman commented 11 years ago

Thanks!