Skip to content

Instantly share code, notes, and snippets.

@sarcilav
Created January 2, 2010 18:09
Show Gist options
  • Save sarcilav/267585 to your computer and use it in GitHub Desktop.
Save sarcilav/267585 to your computer and use it in GitHub Desktop.
(defun indent-all()
(interactive)
(mark-whole-buffer)
(indent-region)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment