From f015dd1ac9ea85f0aef75b7d1b32de8fadab2d38 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Sep 2020 13:19:49 +0300 Subject: emacs: disable flycheck use of pylint --- config/flake8 | 1 + emacs.d/init.el | 6 ++++-- emacs.d/tramp | 20 ++++++++++++++++++-- jt/jt.conf | 11 ----------- 4 files changed, 23 insertions(+), 15 deletions(-) diff --git a/config/flake8 b/config/flake8 index 1cb5198..aa55039 100644 --- a/config/flake8 +++ b/config/flake8 @@ -1,2 +1,3 @@ [flake8] max-line-length = 999 +ignore = E203 \ No newline at end of file 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)) diff --git a/jt/jt.conf b/jt/jt.conf index df23d9d..efc0712 100644 --- a/jt/jt.conf +++ b/jt/jt.conf @@ -2,23 +2,12 @@ source = /home/liw/Journal/src push = no -[profile demo] -source = /home/liw/data/demo-journal/src -notes-dir = notes -push = no - [profile blog] source = /home/liw/sites/blog.liw.fi notes-dir = posts templates = /home/liw/.config/jt/blog-templates push = yes -[profile standup] -notes-dir = blog -source = /home/liw/qvarnlabs/code/intrawiki -templates = /home/liw/.config/jt/ql-standup -push = yes - [profile vmdb2] notes-dir = blog source = /home/liw/sites/vmdb2.liw.fi/src -- cgit v1.2.1