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

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

[elpa] externals/code-cells e470ea314c 2/2: Add support for dREPL packag


From: ELPA Syncer
Subject: [elpa] externals/code-cells e470ea314c 2/2: Add support for dREPL package
Date: Sat, 18 Nov 2023 18:57:35 -0500 (EST)

branch: externals/code-cells
commit e470ea314cab37c63e223f1f31c2bd075f9ccd7b
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Add support for dREPL package
---
 code-cells.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code-cells.el b/code-cells.el
index 03065fb6f5..e9b17c95e8 100644
--- a/code-cells.el
+++ b/code-cells.el
@@ -207,7 +207,8 @@ COMMAND."
 ;;; Code evaluation
 
 (defcustom code-cells-eval-region-commands
-  `((jupyter-repl-interaction-mode . ,(apply-partially 'jupyter-eval-region 
nil))
+  `((drepl--current . drepl-eval-region)
+    (jupyter-repl-interaction-mode . ,(apply-partially 'jupyter-eval-region 
nil))
     (python-mode . python-shell-send-region)
     (emacs-lisp-mode . eval-region)
     (lisp-interaction-mode . eval-region))



reply via email to

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