mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
ui: Don't disable colors when INSIDE_EMACS is set.
* guix/colors.scm (color-output?): Remove INSIDE_EMACS condition.
This commit is contained in:
parent
d7545a6b53
commit
672d3d4a87
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@ (define isatty?*
|
|||
|
||||
(define (color-output? port)
|
||||
"Return true if we should write colored output to PORT."
|
||||
(and (not (getenv "INSIDE_EMACS"))
|
||||
(not (getenv "NO_COLOR"))
|
||||
(and (not (getenv "NO_COLOR"))
|
||||
(isatty?* port)))
|
||||
|
||||
(define (coloring-procedure color)
|
||||
|
|
Loading…
Reference in a new issue