Customize HTML Tidy logging
Use a log message format that is clickable in Emacs compile mode.
This commit is contained in:
parent
084e52251f
commit
df3c0d9b40
|
@ -5,6 +5,7 @@ cd ..
|
|||
echo "Entering directory '$PWD'"
|
||||
set -x
|
||||
tidy \
|
||||
--gnu-emacs yes \
|
||||
--indent yes \
|
||||
--quiet yes \
|
||||
--show-filename yes \
|
||||
|
|
Loading…
Reference in New Issue