aboutsummaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-16 14:51:02 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-16 14:51:02 +0100
commitd012263517b1964d35908980b3b2f02f7b447510 (patch)
treed56e24d1a0a59e9045038beb1d378202f7220ddb /spacemacs
parentda9d16651d71ba811e457bcc9e4f21d56f75821f (diff)
downloaddotfiles-d012263517b1964d35908980b3b2f02f7b447510.tar.gz
dotfiles-d012263517b1964d35908980b3b2f02f7b447510.tar.bz2
dotfiles-d012263517b1964d35908980b3b2f02f7b447510.zip
Added exclude to ctags and using full python3 path for flycheck
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs4
1 files changed, 2 insertions, 2 deletions
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