summaryrefslogtreecommitdiff
path: root/guix/colors.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/colors.scm')
-rw-r--r--guix/colors.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/colors.scm b/guix/colors.scm
index b63ac37027..3031f54799 100644
--- a/guix/colors.scm
+++ b/guix/colors.scm
@@ -131,8 +131,7 @@ that subsequent output will not have any colors in effect."
(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)