Added exclude to ctags and using full python3 path for flycheck

This commit is contained in:
oreodave
2019-07-16 14:51:02 +01:00
parent da9d16651d
commit d012263517

View File

@@ -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