emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode f6dcbaf9a4 190/253: Add raku exec path to custom


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode f6dcbaf9a4 190/253: Add raku exec path to customization group
Date: Sat, 29 Jan 2022 08:28:57 -0500 (EST)

branch: elpa/raku-mode
commit f6dcbaf9a497df72df34339b6730cdfda47126d5
Author: Matias Linares <matiaslina@gmail.com>
Commit: Matias Linares <matiaslina@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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]