(eval-when-compile (require 'use-package)) (use-package python :ensure t :mode (("\\.py$" . python-mode) ("^BUILD$" . python-mode) ("\\.aurora$" . python-mode)) :custom (python-indent-offset 2) :hook (eldoc-mode)) (provide 'fcuny-python)