diff --git a/customizations.el b/customizations.el index beeef74..4a00d6b 100644 --- a/customizations.el +++ b/customizations.el @@ -53,6 +53,7 @@ fill-column-indicator flycheck flycheck-pkg-config + flymake-python-pyflakes focus form-feed ggtags diff --git a/init.el b/init.el index ab26990..182c2de 100644 --- a/init.el +++ b/init.el @@ -790,6 +790,9 @@ (use-package auto-virtualenv :ensure t) +(use-package flymake-python-pyflakes + :ensure t) + ;; Load my own functions (load "gnu-c-header.el") (load "toggle-window-split.el")