Skip to content

Instantly share code, notes, and snippets.

@harto
Created October 30, 2010 04:26
Show Gist options
  • Save harto/654947 to your computer and use it in GitHub Desktop.
Save harto/654947 to your computer and use it in GitHub Desktop.
LESS compilation function that calls `cake' with the argument `css'
((css-mode . ((compile-less . (lambda () (call-process "cake" nil nil nil "css"))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment