diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-13 23:19:47 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-13 23:19:47 +0100 |
commit | bd30a83855e8f73d876568fe0b0ff16286afe947 (patch) | |
tree | 80b489f42b8e9ac334bde9e2863db8410e7afb79 | |
parent | e9923a31f46fcd7ad0fa55890db83f4da461a506 (diff) | |
download | dotfiles-bd30a83855e8f73d876568fe0b0ff16286afe947.tar.gz dotfiles-bd30a83855e8f73d876568fe0b0ff16286afe947.tar.bz2 dotfiles-bd30a83855e8f73d876568fe0b0ff16286afe947.zip |
-removed output item
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index de14ed6..a8f3bdf 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -83,7 +83,7 @@ become my C one soon! (setq oreodave-tags-alist '("Makefile" "node_modules" "bin" "dist" "obj" "'*.json'")) (defun oreodave/config/construct-tags () (reduce (lambda (x y) (concat x y)) (mapcar (lambda (i) (concat " --exclude=" i)) oreodave-tags-alist) - :initial-value "exctags -Re -e '.git/TAGS'") + :initial-value "exctags -Re ") ) (setq projectile-tags-command (oreodave/config/construct-tags)) ) |