Install the flymake-python-pyflakes package
This commit is contained in:
parent
a40477411d
commit
fdfac65961
@ -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
|
||||||
|
3
init.el
3
init.el
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user