From c4f577b940e391c4a32694df4dc4b4bb65f5f0d6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Jul 2014 10:40:21 +0100 Subject: [PATCH] Tweak flycheck --- custom-variables.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-variables.el b/custom-variables.el index 5f91191..ed5e1ee 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -51,6 +51,7 @@ '(fci-handle-truncate-lines nil) '(fci-rule-width 1) '(fill-column 78) + '(flycheck-completion-system (quote ido)) '(flycheck-rubocop-lint-only t) '(global-auto-revert-mode t) '(global-undo-tree-mode t)