Minor reformatting
This commit is contained in:
parent
54a088230f
commit
bd39ff3526
2 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files."
|
||||||
total-ok (- (length target-files) total-noop)
|
total-ok (- (length target-files) total-noop)
|
||||||
total-noop)
|
total-noop)
|
||||||
(or (= total-fail 0)
|
(or (= total-fail 0)
|
||||||
(error "Failed to compile some files")))
|
(error "Failed to compile some files")))
|
||||||
((debug error)
|
((debug error)
|
||||||
(print! (red "\nThere were breaking errors.\n\n%s")
|
(print! (red "\nThere were breaking errors.\n\n%s")
|
||||||
"Reverting changes...")
|
"Reverting changes...")
|
||||||
|
|
|
@ -12,8 +12,8 @@ If nil, it is disabled in all modes, the same as if the +onsave flag wasn't
|
||||||
|
|
||||||
Irrelevant if you do not have the +onsave flag enabled for this module.")
|
Irrelevant if you do not have the +onsave flag enabled for this module.")
|
||||||
|
|
||||||
(defvar-local +format-with nil "Set this to explicitly use a certain formatter
|
(defvar-local +format-with nil
|
||||||
for the current buffer.")
|
"Set this to explicitly use a certain formatter for the current buffer.")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue