mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-05 10:01:41 -05:00
This commit is contained in:
parent
c1a62f627c
commit
b960d18553
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
;; Author: Shigeaki Nishina
|
;; Author: Shigeaki Nishina
|
||||||
;; Maintainer: Shigeaki Nishina
|
;; Maintainer: Shigeaki Nishina
|
||||||
;; URL: https://github.com/shg/julia-repl-vterm
|
;; URL: https://github.com/shg/julia-repl-vterm
|
||||||
;; Version: 0.2
|
;; Version: 0.3
|
||||||
;;
|
;;
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
;;
|
;;
|
||||||
|
@ -148,8 +148,7 @@ already one with the process alive, just open it."
|
||||||
(defun julia-with-repl-vterm-send-buffer ()
|
(defun julia-with-repl-vterm-send-buffer ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(let ((repl-buffer (inferior-julia-repl-vterm-buffer)))
|
(julia-with-repl-vterm-send-string (buffer-string))))
|
||||||
(julia-with-repl-vterm-send-string (buffer-string)))))
|
|
||||||
|
|
||||||
;;;##autoload
|
;;;##autoload
|
||||||
(define-minor-mode julia-with-repl-vterm-mode
|
(define-minor-mode julia-with-repl-vterm-mode
|
||||||
|
|
Loading…
Add table
Reference in a new issue