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 fill-column-indicator
flycheck flycheck
flycheck-pkg-config flycheck-pkg-config
flymake-python-pyflakes
focus focus
form-feed form-feed
ggtags ggtags

View File

@ -790,6 +790,9 @@
(use-package auto-virtualenv (use-package auto-virtualenv
:ensure t) :ensure t)
(use-package flymake-python-pyflakes
:ensure t)
;; Load my own functions ;; Load my own functions
(load "gnu-c-header.el") (load "gnu-c-header.el")
(load "toggle-window-split.el") (load "toggle-window-split.el")