summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 8ac0451..9b1f2b8 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -66,7 +66,10 @@
:config
(setq rust-format-on-save t))
-(use-package flycheck)
+(use-package flycheck
+ :config
+ (setq-default flycheck-disabled-checkers '(python-pylint)))
+
(use-package flycheck-rust)
;;(with-eval-after-load 'rust-mode
@@ -77,7 +80,6 @@
'(add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode))
-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; UI tweaks.