branch: elpa/raku-mode commit f6dcbaf9a497df72df34339b6730cdfda47126d5 Author: Matias Linares <matiasl...@gmail.com> Commit: Matias Linares <matiasl...@gmail.com>
Add raku exec path to customization group --- perl6-repl.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl6-repl.el b/perl6-repl.el index 249b0bf18a..d05c0d2932 100644 --- a/perl6-repl.el +++ b/perl6-repl.el @@ -17,6 +17,10 @@ (defun perl6-repl--buffer-name-earmuf () (concat "*" perl6-repl--buffer-name "*")) +(defcustom perl6-exec-path "raku" + "Raku executable path." + :type 'string + :group 'perl6) (defun perl6-repl-other-window () "Runs Perl6 in a `term' buffer in another window."