-removed output item

This commit is contained in:
oreodave
2019-10-13 23:19:47 +01:00
parent e9923a31f4
commit bd30a83855

View File

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