Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created November 8, 2012 17:30
Show Gist options
  • Select an option

  • Save mbriggs/4040250 to your computer and use it in GitHub Desktop.

Select an option

Save mbriggs/4040250 to your computer and use it in GitHub Desktop.
(defun semi-colonize ()
(interactive)
(beginning-of-buffer)
(query-replace-regexp "^ *[^/]+[^;,{}\n.]$" "\\&;"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment