From d012263517b1964d35908980b3b2f02f7b447510 Mon Sep 17 00:00:00 2001 From: oreodave Date: Tue, 16 Jul 2019 14:51:02 +0100 Subject: Added exclude to ctags and using full python3 path for flycheck --- spacemacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spacemacs') diff --git a/spacemacs b/spacemacs index f4af560..60054bf 100644 --- a/spacemacs +++ b/spacemacs @@ -32,14 +32,14 @@ values." ; General git ( helm - :variables projectile-tags-command "ctags-exuberant -R -e") + :variables projectile-tags-command "ctags-exuberant -R -e --exclude Makefile") (auto-completion :variables auto-completion-enable-snippets-in-popup t) version-control themes-megapack games (syntax-checking - :variables flycheck-python-flake8-executable "flake8") + :variables flycheck-python-flake8-executable "python3 -m flake8") better-defaults dash ranger -- cgit v1.2.3-13-gbd6f