nixos/home-manager/software/emacs/emacs.d/lib/az_python.el

9 lines
195 B
EmacsLisp
Raw Normal View History

2022-08-20 16:52:04 +02:00
(use-package python-mode
:defer t
:config
(setq python-shell-interpreter "python3"))
2023-05-25 16:46:08 +02:00
(use-package python-pytest
:bind
(:map python-mode-map ("C-c C-t" . python-pytest-function-dwim)))