Install the flymake-python-pyflakes package

This commit is contained in:
Gergely Polonkai 2016-11-09 08:25:21 +01:00
parent a40477411d
commit fdfac65961
2 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,7 @@
fill-column-indicator
flycheck
flycheck-pkg-config
flymake-python-pyflakes
focus
form-feed
ggtags

View File

@ -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")