Closed heheda123123 closed 1 year ago
See counsel-etags-grep-extra-arguments
这样配置后可以了
(use-package counsel-etags
:ensure t
:init (setq counsel-etags-grep-extra-arguments "-g !\"TAGS\"")
:commands (counsel-etags-list-tag counsel-etags-scan-code counsel-etags-grep)
)
前面在另一个issue https://github.com/redguardtoo/counsel-etags/issues/89 提到了有同时使用
counsel-etags-grep
和counsel-etags-list-tag
的需求 我现在这样配置的但是如果已经生成了tag,使用
counsel-etags-grep
的时候最前面的结果往往是从tag从找到的,希望可以默认忽略tag中的内容