(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)