Skip to content

Instantly share code, notes, and snippets.

@lsgrep
Created February 10, 2015 20:20
Show Gist options
  • Select an option

  • Save lsgrep/ce5f713a82ba029928f2 to your computer and use it in GitHub Desktop.

Select an option

Save lsgrep/ce5f713a82ba029928f2 to your computer and use it in GitHub Desktop.
emacs compress current buffer
(defun yui-compress ()
(interactive)
(call-process-region
(point-min) (point-max) "yuicompressor" t t nil (buffer-file-name)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment