commit d6cb4e35a118b0bbced25f3530758b8944be4f79
parent 633aca29737c327aacd8be79ba9fcdddcc00bd0a
Author: Lou Woell <lou.woell@posteo.de>
Date:   Thu,  4 Sep 2025 18:12:31 +0200

[haredoc.el] add missing dependencies

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

diff --git a/haredoc.el b/haredoc.el @@ -30,6 +30,8 @@ ;;; Code: +(require 'f) +(require 'thingatpt) (require 'ansi-color) (defvar hare/helperbindir (f-dirname (macroexp-file-name)))