mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
Remove add-hook line and now julia-mode is not required
This commit is contained in:
parent
11a8703e1c
commit
c42ec3785d
1 changed files with 1 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
;; Maintainer: Shigeaki Nishina
|
||||
;; Created: March 11, 2020
|
||||
;; URL: https://github.com/shg/julia-repl-vterm.el
|
||||
;; Version: 0.7a
|
||||
;; Version: 0.8
|
||||
;; Keywords: languages, julia
|
||||
|
||||
;; This file is not part of GNU Emacs.
|
||||
|
@ -30,7 +30,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'julia-mode)
|
||||
(require 'vterm)
|
||||
|
||||
|
||||
|
@ -184,8 +183,6 @@ already one with the process alive, just open it."
|
|||
(,(kbd "C-c C-b") . julia-with-repl-vterm-send-buffer)
|
||||
(,(kbd "C-<return>") . julia-with-repl-vterm-send-region-or-current-line)))
|
||||
|
||||
(add-hook 'julia-mode-hook (lambda () (julia-with-repl-vterm-mode 1)))
|
||||
|
||||
(provide 'julia-repl-vterm)
|
||||
|
||||
;;; julia-repl-vterm.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue