el-get icon indicating copy to clipboard operation
el-get copied to clipboard

:build/<system-type> nil doesn't override non-nil :build

Open npostavs opened this issue 11 years ago • 1 comments

It's possible to use :build/<system-type> (progn nil) as a workaround.

npostavs avatar Oct 08 '14 00:10 npostavs

Actually, I think the current behaviour is useful (because you can say :build/<system-type> nil to fall back to the normal :build and :build/<system-type> (progn nil) to have no build step at all), but the documentation should reflect it.

npostavs avatar Oct 25 '14 01:10 npostavs