auto-format

概要

保存時に自動で整形してくれるように fork した auto-fix.el を使っている。

これを入れて各 major-mode で設定をするとファイル保存時に自動で整形してくれて便利だったりする

インストール

fork しているので自前で recipe も用意している

(:name auto-fix
       :website "https://github.com/mugijiru/auto-fix.el"
       :description "Fix current buffer automatically"
       :type github
       :branch "accept-multiple-args"
       :pkgname "mugijiru/auto-fix.el")

これを以下のようにして el-get でインスコしている

(el-get-bundle auto-fix)