blob: b1b5331cc9bd22a87c1c7b1daf34a2852b8d169f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
(use-package python
:after (flycheck flyspell)
:mode (("\\.py$" . python-mode))
:commands python-mode
:hook ((python-mode . eldoc-mode))
:custom (python-indent-offset 2))
(provide 'fcuny-python)
|