commit 6bd5733668189a34e42bfce223cda55326a7af9d
parent c7b59fc8041d67a27167ba1a624551081e4b4e7b
Author: lou woell <lou@repetitions.de>
Date:   Wed, 18 Feb 2026 15:51:48 +0100

[haredoc.el] force haredoc color output

Diffstat:
Mharedoc.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/haredoc.el b/haredoc.el @@ -229,7 +229,8 @@ If called interactively, ask user for ID." (ensure-empty-lines 1) (with-environment-variables - (("HAREPATH" (car (haredoc|harehelper "-p" (haredoc/root-dir) + (("FORCE_COLOR" "yes please") + ("HAREPATH" (car (haredoc|harehelper "-p" (haredoc/root-dir) "-P")))) (call-process "haredoc" nil t nil "-a" "-F" "tty" id))