Skip to content

Commit 7b54d6c

Browse files
committed
Disable flymake
This is turned on in the major mode
1 parent 3bb5533 commit 7b54d6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

customizations/setup-python.el

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@
33
:init
44
(elpy-enable))
55

6+
(use-package flycheck
7+
:ensure t
8+
:init
9+
(global-flycheck-mode t))
610

711
;; Use Python 3
812
(setq elpy-rpc-python-command "~/Documents/workspace/.envs/emacs-python-3/bin/python")
913

1014
(setq python-shell-interpreter "python3")
15+
16+
(add-hook 'python-mode-hook (lambda ()
17+
(flymake-mode -1)))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy