branch: elpa/raku-mode commit 0aae9be2020eeb1ca203de7acf8c27a96279e96c Author: Tim Van den Langenbergh <tmt_...@gmx.com> Commit: Tim Van den Langenbergh <tmt_...@gmx.com>
Update the default path for the shebang line per @Altai-man's suggestion. --- raku-skeletons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raku-skeletons.el b/raku-skeletons.el index 24cab479ab..9d4dc744c6 100644 --- a/raku-skeletons.el +++ b/raku-skeletons.el @@ -33,7 +33,7 @@ :group 'raku) ;; Need the full path for the #!. Simply setting it to `raku' may not be ideal. -(defcustom full-raku-path "/usr/bin/raku" +(defcustom full-raku-path "/usr/bin/env raku" "Path to the Raku executable." :type 'string :group 'raku-skeletons)