commit 864169e8a96972dbdd02f65d991799704db109f2
parent 9329736d1959c257acb65f126cbb30cc6aece76e
Author: Lou Woell <lou.woell@posteo.de>
Date:   Wed, 22 Oct 2025 18:52:43 +0200

[haredoc.el] fix filename expansion in initialization

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

diff --git a/haredoc.el b/haredoc.el @@ -58,8 +58,8 @@ Used to initialize `haredoc-default-helper-loc' and `haredoc-helperbin'." :type 'file :group 'haredoc) -(defcustom haredoc-default-helper-loc (concat (f-dirname (macroexp-file-name)) - haredoc-default-helper-bin) +(defcustom haredoc-default-helper-loc (expand-file-name haredoc-default-helper-bin + (f-dirname (macroexp-file-name))) "Default value for `haredoc-helperbin'. Defaults to directory containing this source file."