From fdfac65961aa3405532a3de1401c9455ec170157 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 9 Nov 2016 08:25:21 +0100 Subject: [PATCH] Install the flymake-python-pyflakes package --- customizations.el | 1 + init.el | 3 +++ 2 files changed, 4 insertions(+) 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")