mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
remove monkey-patch aliases
This commit is contained in:
parent
c7a74eaf99
commit
05f3be3a02
1 changed files with 0 additions and 9 deletions
|
@ -645,15 +645,6 @@ If the function has no arguments, the function call is run immediately."
|
||||||
(,(kbd "C-c C-d") . ,#'py-vterm-interaction-send-cd-to-buffer-directory)))
|
(,(kbd "C-c C-d") . ,#'py-vterm-interaction-send-cd-to-buffer-directory)))
|
||||||
|
|
||||||
|
|
||||||
;;----------------------------------------------------------------------
|
|
||||||
;; Define some utility aliases but not override if the names are already used.
|
|
||||||
(unless (fboundp 'python)
|
|
||||||
(defalias 'python '#py-vterm-interaction-repl))
|
|
||||||
|
|
||||||
(unless (boundp 'python-session)
|
|
||||||
(defvaralias 'python-session 'py-vterm-interaction-session))
|
|
||||||
|
|
||||||
|
|
||||||
(provide 'py-vterm-interaction)
|
(provide 'py-vterm-interaction)
|
||||||
|
|
||||||
;;; py-vterm-interaction.el ends here
|
;;; py-vterm-interaction.el ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue