mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 09:31:40 -05:00
don't run hooks maunally
This commit is contained in:
parent
c0db7c24f8
commit
2d9cc5f0c5
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ If SESSION-NAME is not given, the default session name `main' is assumed."
|
|||
(setq default-directory (plist-get context :cwd))
|
||||
(setq python-vterm-repl-script-buffer (plist-get context :script-buffer)))
|
||||
(python-vterm-repl-mode)
|
||||
(run-hooks python-vterm-repl-mode-hook)
|
||||
(add-function :filter-args (process-filter vterm--process)
|
||||
(python-vterm-repl-run-filter-functions-func ses-name)))
|
||||
new-buffer))
|
||||
|
|
Loading…
Add table
Reference in a new issue