Some fixes for package locating on Mac and Flycheck
This commit is contained in:
parent
ce14a1d4ea
commit
876e7f4997
2 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
;;; Code:
|
||||
|
||||
(use-package flycheck
|
||||
:init
|
||||
(setq flycheck-python-flake8-executable "flake8")
|
||||
(setq flycheck-python-pylint-executable "pylint")
|
||||
:config
|
||||
(add-hook 'after-init-hook #'global-flycheck-mode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue