summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-05 13:19:49 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-05 13:19:49 +0300
commitf015dd1ac9ea85f0aef75b7d1b32de8fadab2d38 (patch)
treeff48516cd9fee9275c9d44ad5677c228ad9e8ee9 /emacs.d
parentf50277bce9d34bff086fe99ad471744b97aa9951 (diff)
downloadliw-dot-files-f015dd1ac9ea85f0aef75b7d1b32de8fadab2d38.tar.gz
emacs: disable flycheck use of pylint
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el6
-rw-r--r--emacs.d/tramp20
2 files changed, 22 insertions, 4 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.
diff --git a/emacs.d/tramp b/emacs.d/tramp
index 90c6b1b..e263c6a 100644
--- a/emacs.d/tramp
+++ b/emacs.d/tramp
@@ -1,4 +1,4 @@
-;; -*- emacs-lisp -*- <20/08/10 15:20:56 /home/liw/.emacs.d/tramp>
+;; -*- emacs-lisp -*- <20/09/04 08:40:24 /home/liw/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
@@ -79,4 +79,20 @@
("gid-string" "liw")
("gid-integer" 1000)
("uid-integer" 1000)
- ("~" "/home/liw")))
+ ("~" "/home/liw"))
+ ((tramp-file-name "ssh" nil nil "holywood5" nil nil nil)
+ nil)
+ ((tramp-file-name "ssh" nil nil "5" nil nil nil)
+ nil)
+ ((tramp-file-name "ssh" nil nil "e5" nil nil nil)
+ nil)
+ ((tramp-file-name "ssh" nil nil "ex5" nil nil nil)
+ nil)
+ ((tramp-file-name "ssh" nil nil "exo5" nil nil nil)
+ nil)
+ ((tramp-file-name "ssh" nil nil "exol5" nil nil nil)
+ nil)
+ ((tramp-file-name "ssh" nil nil "exolo5" nil nil nil)
+ nil)
+ ((tramp-file-name "ssh" nil nil "exolob5" nil nil nil)
+ nil))