How to format all files under a dir in emacs?
Posted
by lot
on Stack Overflow
See other posts from Stack Overflow
or by lot
Published on 2010-03-31T09:08:09Z
Indexed on
2010/03/31
9:13 UTC
Read the original article
Hit count: 257
emacs
In emacs, I format a file as: 1) C-x h (or M-x mark-whole-buffer) 2) C-M-\ (or M-x indent-region)
I need help show me how to format all files under a dir?
© Stack Overflow or respective owner