Skip to content

Instantly share code, notes, and snippets.

@ishideo
Created November 4, 2016 04:50
Show Gist options
  • Save ishideo/cb35c3b6ea691b1a64a0ddee41d94ec2 to your computer and use it in GitHub Desktop.
Save ishideo/cb35c3b6ea691b1a64a0ddee41d94ec2 to your computer and use it in GitHub Desktop.
;; % emacs --script indent.el sample.py
(find-file (nth 0 command-line-args-left))
(indent-region (point-min) (point-max))
(princ (buffer-string))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment