Closed danjacka closed 5 years ago
This commit allows the following:
(define-project-type foo (generic) (look-for "foo.cfg") :tags-cmd-args (lambda (root) '("-R" "--languages=-JavaScript" "my/files")))
which - when eproject-tags is called from a foo project - will invoke etags with:
etags -o .TAGS-tmp --verbose -R --languages=-JavaScript my/files
This commit allows the following:
which - when eproject-tags is called from a foo project - will invoke etags with: