mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-10 12:04:43 +01:00
color output of setup code
This commit is contained in:
parent
0e97bd2440
commit
587ce3eed0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
(define (display-function-call func args)
|
||||
(when (log-calls)
|
||||
(printf "(~s ~a)\n" func (apply ~a #:separator " " args))))
|
||||
(printf "\x1b[1;30m(~s ~a)\x1b[0m\n" func (apply ~a #:separator " " args))))
|
||||
|
||||
;; Defines an alias to a function which will log it's parameters on invokation.
|
||||
(define-syntax-rule (define-logging name func)
|
||||
|
|
Loading…
Reference in a new issue