ADD binary checkers for ipython and flake8

This commit is contained in:
Nathan Dwarshuis 2020-08-19 18:58:41 -04:00
parent 20139868a9
commit 265fc61798
1 changed files with 6 additions and 4 deletions

View File

@ -960,10 +960,12 @@ Anaconda (not related to the Python/R distribution?) is much lighter and easier
(inferior-python-mode . nd/init-anaconda-company)) (inferior-python-mode . nd/init-anaconda-company))
:config :config
(progn (progn
(nd/when-bin "ipython"
(setq indent-tabs-mode nil (setq indent-tabs-mode nil
python-shell-interpreter "ipython" python-shell-interpreter "ipython"
python-shell-interpreter-args "-i --simple-prompt --quiet --no-banner") python-shell-interpreter-args "-i --simple-prompt --quiet --no-banner"))
(flycheck-add-next-checker 'python-flake8 'python-pylint))) (nd/when-bin "flake8"
(flycheck-add-next-checker 'python-flake8 'python-pylint))))
(use-package anaconda-mode (use-package anaconda-mode
:straight t :straight t