Added exclude to ctags and using full python3 path for flycheck
This commit is contained in:
@@ -32,14 +32,14 @@ values."
|
|||||||
; General
|
; General
|
||||||
git
|
git
|
||||||
( helm
|
( 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
|
(auto-completion :variables auto-completion-enable-snippets-in-popup
|
||||||
t)
|
t)
|
||||||
version-control
|
version-control
|
||||||
themes-megapack
|
themes-megapack
|
||||||
games
|
games
|
||||||
(syntax-checking
|
(syntax-checking
|
||||||
:variables flycheck-python-flake8-executable "flake8")
|
:variables flycheck-python-flake8-executable "python3 -m flake8")
|
||||||
better-defaults
|
better-defaults
|
||||||
dash
|
dash
|
||||||
ranger
|
ranger
|
||||||
|
|||||||
Reference in New Issue
Block a user