From 8fb29b84d42c0aea71fe7db088b0b7a5a0c6b34c Mon Sep 17 00:00:00 2001 From: abingham Date: Fri, 9 Jan 2015 09:53:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 086ce82..0a778b5 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ the `flycheck-disabled-checkers` list in your mode hook. For example: (add-hook 'python-mode-hook (lambda () (add-to-list 'flycheck-disabled-checkers 'ycmd)) ``` -With this, the ycmd checker will be ignore in `python-mode`. Since +With this, the ycmd checker will be ignored in `python-mode`. Since `flycheck-disabled-checkers` is buffer-local, the ycmd-based checker will still be available for other modes.