remove monkey-patch aliases

This commit is contained in:
Valentin Boettcher 2024-09-15 12:27:54 -04:00
parent c7a74eaf99
commit 05f3be3a02
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

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