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'"
|
echo "Entering directory '$PWD'"
|
||||||
set -x
|
set -x
|
||||||
tidy \
|
tidy \
|
||||||
|
--gnu-emacs yes \
|
||||||
--indent yes \
|
--indent yes \
|
||||||
--quiet yes \
|
--quiet yes \
|
||||||
--show-filename yes \
|
--show-filename yes \
|
||||||
|
|
Loading…
Reference in New Issue