From 05f3be3a0272da8c87626390229814a63e118b1b Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sun, 15 Sep 2024 12:27:54 -0400 Subject: [PATCH] remove monkey-patch aliases --- py-vterm-interaction.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/py-vterm-interaction.el b/py-vterm-interaction.el index 2d8c801..7561164 100644 --- a/py-vterm-interaction.el +++ b/py-vterm-interaction.el @@ -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))) -;;---------------------------------------------------------------------- -;; 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) ;;; py-vterm-interaction.el ends here