2008-12-17から1日間の記事一覧

indent.el

(find-file (nth 0 command-line-args-left)) (indent-region (point-min) (point-max)) (princ (buffer-string))