Skip to content

Instantly share code, notes, and snippets.

@dotemacs
Created April 6, 2012 18:39
Show Gist options
  • Save dotemacs/2321983 to your computer and use it in GitHub Desktop.
Save dotemacs/2321983 to your computer and use it in GitHub Desktop.
(defun dos2unix ()
(interactive)
(set-buffer-file-coding-system 'undecided-unix))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment