Skip to content

Commit aa03956

Browse files
committed
Remove aliases
1 parent a75a86b commit aa03956

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

python-vterm.el

-10
Original file line numberDiff line numberDiff line change
@@ -362,16 +362,6 @@ With prefix ARG, use %load instead."
362362
(,(kbd "C-c C-i") . python-vterm-send-include-buffer-file)
363363
(,(kbd "C-c C-d") . python-vterm-send-cd-to-buffer-directory)))
364364

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-
375365
(provide 'python-vterm)
376366

377367
;;; python-vterm.el ends here

0 commit comments

Comments
 (0)