summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-python.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-python.el')
-rw-r--r--emacs.d/custom/fcuny-python.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-python.el b/emacs.d/custom/fcuny-python.el
index a12c477..b5fbcba 100644
--- a/emacs.d/custom/fcuny-python.el
+++ b/emacs.d/custom/fcuny-python.el
@@ -1,4 +1,5 @@
 (use-package python
+  :after (flycheck flyspell)
   :mode (("\\.py$"   . python-mode)
          ("BUILD\\'" . python-mode))
   :commands python-mode