don't run hooks maunally

This commit is contained in:
Valentin Boettcher 2024-05-15 10:47:59 -04:00
parent c0db7c24f8
commit 2d9cc5f0c5
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -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))