We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75a86b commit aa03956Copy full SHA for aa03956
python-vterm.el
@@ -362,16 +362,6 @@ With prefix ARG, use %load instead."
362
(,(kbd "C-c C-i") . python-vterm-send-include-buffer-file)
363
(,(kbd "C-c C-d") . python-vterm-send-cd-to-buffer-directory)))
364
365
-
366
-;;----------------------------------------------------------------------
367
-;; Define some utility aliases but not override if the names are already used.
368
-(unless (fboundp 'python)
369
- (defalias 'python 'python-vterm-repl))
370
371
-(unless (boundp 'python-session)
372
- (defvaralias 'python-session 'python-vterm-session))
373
374
375
(provide 'python-vterm)
376
377
;;; python-vterm.el ends here
0 commit comments